From: Michal Simek Date: Mon, 6 Feb 2017 13:34:01 +0000 (+0100) Subject: arm64: zynqmp: Do not perform reset in case of panic X-Git-Tag: v2018.01-rc2~8^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6ee28cb953e1b0e57f34a97c33eb94bd1550b455;p=u-boot arm64: zynqmp: Do not perform reset in case of panic 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 --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 57fee6a4c8..940244d932 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -126,6 +126,7 @@ #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 */