summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_zynqmp.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2017-02-06 14:34:01 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-12-14 20:08:21 +0100
commit6ee28cb953e1b0e57f34a97c33eb94bd1550b455 (patch)
treef3d60be6db59f36458e8f870eebffd713e298565 /include/configs/xilinx_zynqmp.h
parent52b36fd155c3c860f094272627c466ba4a4f4e26 (diff)
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 <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/xilinx_zynqmp.h')
-rw-r--r--include/configs/xilinx_zynqmp.h1
1 files changed, 1 insertions, 0 deletions
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 */