Commit 6ee28cb953e1b0e57f34a97c33eb94bd1550b455

Authored by Michal Simek
1 parent 52b36fd155

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/configs/xilinx_zynqmp.h
... ... @@ -126,6 +126,7 @@
126 126 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
127 127 #define CONFIG_SYS_LONGHELP
128 128 #define CONFIG_CMDLINE_EDITING
  129 +#define CONFIG_PANIC_HANG
129 130 #define CONFIG_SYS_MAXARGS 64
130 131  
131 132 /* Ethernet driver */