aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mazet <p-mazet@ti.com>2011-02-17 10:36:45 +0100
committerVikram Pandita <vikram.pandita@ti.com>2011-02-25 15:43:39 -0800
commit8a4cf6c9129c9d6aef9f9ec13090c2521051d892 (patch)
tree850fbc46637667cf96b340bb8f71a92095160370
parent99f52f4cf421c9557cdc765c8646d25afd639919 (diff)
downloadu-boot-pandroid-8a4cf6c9129c9d6aef9f9ec13090c2521051d892.tar.gz
Add zero bootdelay check for OMAP4430
Signed-off-by: Hervé Fache <h-fache@ti.com> Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
-rw-r--r--include/configs/omap4430sdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4430sdp.h b/include/configs/omap4430sdp.h
index ce0b828e..d091b7a6 100644
--- a/include/configs/omap4430sdp.h
+++ b/include/configs/omap4430sdp.h
@@ -139,7 +139,7 @@
"bootcmd=go 0x80008000\0"
#else
#define CONFIG_BOOTDELAY 3
-
+#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
#endif /*CONFIG_4430ZEBU */
#ifdef NFS_BOOT_DEFAULTS