sandbox: Adjust configuration to hang on panic()
authorSimon Glass <sjg@chromium.org>
Fri, 20 Dec 2024 03:59:27 +0000 (20:59 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 30 Dec 2024 21:56:29 +0000 (15:56 -0600)
commit8428e15dc9a8295aa9adb3463d085ab606e3f527
treef5b3bbf2c8d4fc720f7ba37f68e0c4ad9d5e7da8
parentad09ccf7fea365e380d7c7c74e9b87b4c09f30ce
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>
configs/sandbox_defconfig