mirror of https://github.com/thesofproject/sof.git
Scripts: run-mocks.sh: Change default config to avoid error
The script runs the unit tests natively as gcc compiled. The tgph_defconfig is no more available, so use another configuration that is available in src/arch/xtensa/configs. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
7a77c50c06
commit
7b52664a6a
|
@ -24,7 +24,7 @@ EOF
|
|||
parse_opts()
|
||||
{
|
||||
# default config if none supplied
|
||||
CONFIG="tgph_defconfig"
|
||||
CONFIG="imx8_defconfig"
|
||||
VALGRIND_CMD=""
|
||||
|
||||
while getopts "vc:" flag; do
|
||||
|
|
Loading…
Reference in New Issue