diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-12-17 15:48:54 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-01-14 09:05:54 +0100 |
commit | 727b3960850e04d6873f2ea380974d8fa47edb0c (patch) | |
tree | e721a7375717ca228a4c84a152dba4bdcdaccdb2 /include/configs | |
parent | be1b6c32d9409836c4186b4fce042848b699a0b8 (diff) |
arm64: zynqmp: Move PANIC to Kconfig
Convert another option Kconfig.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index b094dce49a..010738363d 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -94,7 +94,6 @@ /* Console I/O Buffer Size */ #define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -#define CONFIG_PANIC_HANG #define CONFIG_SYS_MAXARGS 64 /* Ethernet driver */ |