]> git.sur5r.net Git - u-boot/blobdiff - include/configs/twister.h
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
[u-boot] / include / configs / twister.h
index b6ca59c33c3368c37e14eea4789396d7d889a780..66f4680b7e129740c3946d1e147ac4d5ddeba3ad 100644 (file)
@@ -20,7 +20,6 @@
 #define CONFIG_TAM3517_SW3_SETTINGS
 #define CONFIG_XR16L2751
 
-#define CONFIG_BOOTDELAY       10
 
 #define CONFIG_BOOTFILE                "uImage"
 
@@ -29,8 +28,6 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_PROMPT              "twister => "
-
 #define CONFIG_SMC911X
 #define CONFIG_SMC911X_16_BIT
 #define CONFIG_SMC911X_BASE            0x2C000000
@@ -50,4 +47,7 @@
 #define CONFIG_SYS_SPL_ARGS_ADDR       (PHYS_SDRAM_1 + 0x100)
 #define CONFIG_SPL_BOARD_INIT
 
+/* gpio 55 is used as SPL_OS_BOOT_KEY */
+#define CONFIG_OMAP3_GPIO_2
+
 #endif /* __CONFIG_H */