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>
This commit is contained in:
parent
52b36fd155
commit
6ee28cb953
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user