diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-12-04 12:37:00 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-26 13:10:24 -0500 |
commit | 7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498 (patch) | |
tree | e7e58e4c50524b234a5f4eb5639a994b669d1c01 /include/configs/ls2080a_common.h | |
parent | 48a346061d1f0a7eff566f6a7cc7eeeba7efb1e2 (diff) | |
download | u-boot-7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498.tar.gz u-boot-7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498.tar.bz2 u-boot-7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498.zip |
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/ls2080a_common.h')
-rw-r--r-- | include/configs/ls2080a_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 576785e4b6..b995513bdf 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -221,8 +221,6 @@ unsigned long long get_qixis_addr(void); #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 64 /* max command args */ -#define CONFIG_PANIC_HANG /* do not reset board on panic */ - #define CONFIG_SPL_BSS_START_ADDR 0x80100000 #define CONFIG_SPL_BSS_MAX_SIZE 0x00100000 #define CONFIG_SPL_FRAMEWORK |