]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Do not perform reset in case of panic
authorMichal Simek <michal.simek@xilinx.com>
Mon, 6 Feb 2017 13:34:01 +0000 (14:34 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Feb 2017 14:42:39 +0000 (15:42 +0100)
Do not perform reset when panic happens because in the next reset
panic happens again and logs are overflood by the same errors.
This can be enabled by default and reset can be performed via watchdog.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index bbf9c7d98168ea3e45b25f5a075cc47e3cc74149..786603e2e99415836fae533d98641e43e6f71dc6 100644 (file)
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING
+#define CONFIG_PANIC_HANG
 #define CONFIG_SYS_MAXARGS             64
 
 /* Ethernet driver */