summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.biessmann@corscience.de>2013-09-06 15:04:53 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:55:59 -0400
commit890880583d84607e36b52a785a96b167728bbf73 (patch)
treea59cd0f955932a68cd56b3285dbd77729d750bb1 /include
parent459f1da88b42e9a795e51c73fcd55fd339fc594b (diff)
downloadblackbird-obmc-uboot-890880583d84607e36b52a785a96b167728bbf73.tar.gz
blackbird-obmc-uboot-890880583d84607e36b52a785a96b167728bbf73.zip
tricorder: panic() on unknown board
Also hang() the board on panic(). Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tricorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index a3d8f12f97..087c44ca51 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -57,6 +57,9 @@
/* Hardware drivers */
+/* GPIO support */
+#define CONFIG_OMAP_GPIO
+
/* NS16550 Configuration */
#define CONFIG_SYS_NS16550
#define CONFIG_SYS_NS16550_SERIAL
@@ -150,6 +153,9 @@
#define CONFIG_BOOTDELAY 3
+/* hang() the board on panic() */
+#define CONFIG_PANIC_HANG
+
/* environment placement (for NAND), is different for FLASHCARD but does not
* harm there */
#define CONFIG_ENV_OFFSET 0x120000 /* env start */
@@ -311,6 +317,7 @@
#define CONFIG_SPL_NAND_SIMPLE
#define CONFIG_SPL_BOARD_INIT
+#define CONFIG_SPL_GPIO_SUPPORT
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_LIBDISK_SUPPORT
#define CONFIG_SPL_I2C_SUPPORT
OpenPOWER on IntegriCloud