mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
u-boot: gru: Do not reset on panic
Normally U-Boot immediately resets the board on a panic. I had run into "Synchronous Abort"s from shim and rEFInd, and having a traceback in those cases can be useful. Hang instead of resetting, so the panic reason stays on the screen. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
@@ -2192,7 +2192,7 @@ CONFIG_STRTO=y
|
|||||||
CONFIG_SPL_STRTO=y
|
CONFIG_SPL_STRTO=y
|
||||||
CONFIG_SYS_HZ=1000
|
CONFIG_SYS_HZ=1000
|
||||||
CONFIG_SPL_USE_TINY_PRINTF=y
|
CONFIG_SPL_USE_TINY_PRINTF=y
|
||||||
# CONFIG_PANIC_HANG is not set
|
CONFIG_PANIC_HANG=y
|
||||||
CONFIG_REGEX=y
|
CONFIG_REGEX=y
|
||||||
CONFIG_LIB_RAND=y
|
CONFIG_LIB_RAND=y
|
||||||
# CONFIG_LIB_HW_RAND is not set
|
# CONFIG_LIB_HW_RAND is not set
|
||||||
|
|||||||
@@ -2192,7 +2192,7 @@ CONFIG_STRTO=y
|
|||||||
CONFIG_SPL_STRTO=y
|
CONFIG_SPL_STRTO=y
|
||||||
CONFIG_SYS_HZ=1000
|
CONFIG_SYS_HZ=1000
|
||||||
CONFIG_SPL_USE_TINY_PRINTF=y
|
CONFIG_SPL_USE_TINY_PRINTF=y
|
||||||
# CONFIG_PANIC_HANG is not set
|
CONFIG_PANIC_HANG=y
|
||||||
CONFIG_REGEX=y
|
CONFIG_REGEX=y
|
||||||
CONFIG_LIB_RAND=y
|
CONFIG_LIB_RAND=y
|
||||||
# CONFIG_LIB_HW_RAND is not set
|
# CONFIG_LIB_HW_RAND is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user