diff options
author | Andreas Bießmann <andreas.biessmann@corscience.de> | 2013-09-06 15:04:53 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-01 15:55:59 -0400 |
commit | 890880583d84607e36b52a785a96b167728bbf73 (patch) | |
tree | a59cd0f955932a68cd56b3285dbd77729d750bb1 /include | |
parent | 459f1da88b42e9a795e51c73fcd55fd339fc594b (diff) | |
download | u-boot-imx-890880583d84607e36b52a785a96b167728bbf73.zip u-boot-imx-890880583d84607e36b52a785a96b167728bbf73.tar.gz u-boot-imx-890880583d84607e36b52a785a96b167728bbf73.tar.bz2 |
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.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index a3d8f12..087c44c 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 |