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:
Seppo Ingalsuo 2023-08-25 15:07:53 +03:00 committed by Liam Girdwood
parent 7a77c50c06
commit 7b52664a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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