Skip to content

Commit

Permalink
Scripts: run-mocks.sh: Change default config to avoid error
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
singalsu authored and lgirdwood committed Aug 25, 2023
1 parent 7a77c50 commit 7b52664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-mocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b52664

Please sign in to comment.