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>
(cherry picked from commit 8428e15dc9)
This commit is contained in:
Simon Glass
2024-12-19 20:59:27 -07:00
committed by Simon Glass
parent 3c1bea2c1a
commit 0e3846c3dc

View File

@@ -359,7 +359,7 @@ CONFIG_FS_CBFS=y
CONFIG_FS_EXFAT=y
CONFIG_FS_CRAMFS=y
CONFIG_ADDR_MAP=y
CONFIG_PANIC_POWEROFF=y
CONFIG_PANIC_HANG=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_MBEDTLS_LIB=y
CONFIG_ECDSA=y