aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerve Fache2010-11-18 04:31:38 -0600
committerHerve Fache2010-11-18 05:06:04 -0600
commitdc6f9add6f125f50d5c2bb34f3587cf8ab8290bd (patch)
treea5715382252c892c503fb7217572aed15f97e40d
parentfbe4cef852de5a39412234b4acd47a830d0282a2 (diff)
downloadpsdkla-u-boot-master.tar.gz
psdkla-u-boot-master.tar.xz
psdkla-u-boot-master.zip
Add zero bootdelay checkHEADmaster
-rw-r--r--include/configs/omap3630zoom3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3630zoom3.h b/include/configs/omap3630zoom3.h
index 18a846c9ef..c023324f06 100644
--- a/include/configs/omap3630zoom3.h
+++ b/include/configs/omap3630zoom3.h
@@ -173,6 +173,7 @@
173#define NAND_MAX_CHIPS 1 173#define NAND_MAX_CHIPS 1
174 174
175#define CONFIG_BOOTDELAY 3 175#define CONFIG_BOOTDELAY 3
176#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
176 177
177#define CONFIG_EXTRA_ENV_SETTINGS \ 178#define CONFIG_EXTRA_ENV_SETTINGS \
178"loadaddr=0x81c00000\0" \ 179"loadaddr=0x81c00000\0" \