diff options
author | Simon Glass <sjg@chromium.org> | 2024-12-19 20:59:27 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-30 15:56:29 -0600 |
commit | 8428e15dc9a8295aa9adb3463d085ab606e3f527 (patch) | |
tree | f5b3bbf2c8d4fc720f7ba37f68e0c4ad9d5e7da8 | |
parent | ad09ccf7fea365e380d7c7c74e9b87b4c09f30ce (diff) |
sandbox: Adjust configuration to hang on panic()
It is annoying to have sandbox enter a boot loop when an assertion
fails. Hang instead, since then the error message is only printed once
and Ctrl-C can be used to quit, as per normal.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index af56571f0d0..e96a0d63f70 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -352,6 +352,7 @@ CONFIG_WDT_FTWDT010=y CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y CONFIG_ADDR_MAP=y +CONFIG_PANIC_HANG=y CONFIG_CMD_DHRYSTONE=y CONFIG_MBEDTLS_LIB=y CONFIG_ECDSA=y |