diff options
author | Masahiro Yamada | 2017-12-04 12:37:00 +0900 |
---|---|---|
committer | Tom Rini | 2017-12-26 13:10:24 -0500 |
commit | 7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498 (patch) | |
tree | e7e58e4c50524b234a5f4eb5639a994b669d1c01 /include/configs/MPC8536DS.h | |
parent | 48a346061d1f0a7eff566f6a7cc7eeeba7efb1e2 (diff) |
Move CONFIG_PANIC_HANG to Kconfig
Freescale (NXP) boards have lots of defconfig files per board.
I used "imply PANIC_HANG" for them.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/MPC8536DS.h')
-rw-r--r-- | include/configs/MPC8536DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 7587225bda6..eef16027a25 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -69,7 +69,6 @@ #define CONFIG_SYS_MEMTEST_START 0x00010000 /* skip exception vectors */ #define CONFIG_SYS_MEMTEST_END 0x1f000000 /* skip u-boot at top of RAM */ -#define CONFIG_PANIC_HANG /* do not reset board on panic */ /* * Config the L2 Cache as L2 SRAM |