summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/ztest_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/ztest_system.c')
-rw-r--r--zephyr/shim/src/ztest_system.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/zephyr/shim/src/ztest_system.c b/zephyr/shim/src/ztest_system.c
index 7df64d3b2b..7c9d938f53 100644
--- a/zephyr/shim/src/ztest_system.c
+++ b/zephyr/shim/src/ztest_system.c
@@ -62,7 +62,10 @@ int system_is_in_rw(void)
uint32_t system_get_reset_flags(void)
{
- return 0;
+ /* Don't power up the AP automatically, let the tests do it if they
+ * need to.
+ */
+ return EC_RESET_FLAG_AP_OFF;
}
void system_print_banner(void)