summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-23 00:07:24 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-24 00:15:32 +0900
commita286039b13d5bbcee0a0525e44f564f82aa0e636 (patch)
tree4556c2918084de9832f2f1edd37a3543ac8b3b02
parent7d1a3a67bcabb19ac69dafc7b5f4ad4e397442b8 (diff)
downloadblackbird-obmc-uboot-a286039b13d5bbcee0a0525e44f564f82aa0e636.tar.gz
blackbird-obmc-uboot-a286039b13d5bbcee0a0525e44f564f82aa0e636.zip
ARM: UniPhier: enable CONFIG_PANIC_HANG
Do not reset board on panic, which allows us to not link reset_cpu() into SPL. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--include/configs/uniphier.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index df89d14cc3..58608ca67d 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2012-2015 Panasonic Corporation
- * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ * Copyright (C) 2015 Socionext Inc.
+ * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -288,6 +289,8 @@
#define CONFIG_SYS_INIT_SP_ADDR ((CONFIG_SYS_TEXT_BASE) - 0x00001000)
#endif
+#define CONFIG_PANIC_HANG
+
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SPL_NAND_SUPPORT
OpenPOWER on IntegriCloud