From 7b52664a6a655d295c42fb7bfb4d235a52bb48e2 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Fri, 25 Aug 2023 15:07:53 +0300 Subject: [PATCH] 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 --- scripts/run-mocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-mocks.sh b/scripts/run-mocks.sh index 61cb9a7d32f3..5fe6791c0ff6 100755 --- a/scripts/run-mocks.sh +++ b/scripts/run-mocks.sh @@ -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