diff --git a/scripts/run-mocks.sh b/scripts/run-mocks.sh index 61cb9a7d3..5fe6791c0 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