31 Oct
                
                    2025
                
            
            
                31 Oct
                
                '25
                
            
            
            
        
    
                6:54 a.m.
            
        From: Simon Glass <sjg@chromium.org> Enable this option so that sandbox exits when a panic occurs, rather than resetting in a loop. Signed-off-by: Simon Glass <sjg@chromium.org> --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0d115368d1b..601afde421d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -359,6 +359,7 @@ CONFIG_FS_CBFS=y CONFIG_FS_EXFAT=y CONFIG_FS_CRAMFS=y CONFIG_ADDR_MAP=y +CONFIG_PANIC_POWEROFF=y CONFIG_CMD_DHRYSTONE=y CONFIG_MBEDTLS_LIB=y CONFIG_ECDSA=y -- 2.43.0