summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM850M.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-11-04 15:55:51 +0000
committerWolfgang Denk <wd@denx.de>2011-11-07 22:15:46 +0100
commite7e00104122af13784f0a068cbaa04c82434cea5 (patch)
tree4ab5fdb781b5b15f3702404e37cee3c41505f3f9 /include/configs/TQM850M.h
parent4835324784eb2c75a0ee0cd3d3be90576c637765 (diff)
downloadblackbird-obmc-uboot-e7e00104122af13784f0a068cbaa04c82434cea5.tar.gz
blackbird-obmc-uboot-e7e00104122af13784f0a068cbaa04c82434cea5.zip
TQM850M: Add missing CONFIG_BOOTDELAY
This also fixes a build warning: main.c: In function 'main_loop': main.c:311:16: warning: variable 'bootlimit' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/TQM850M.h')
-rw-r--r--include/configs/TQM850M.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h
index 3b520254a0..911560ce8d 100644
--- a/include/configs/TQM850M.h
+++ b/include/configs/TQM850M.h
@@ -45,6 +45,8 @@
#define CONFIG_BOOTCOUNT_LIMIT
+#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */
+
#define CONFIG_BOARD_TYPES 1 /* support board types */
#define CONFIG_PREBOOT "echo;echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;echo"
OpenPOWER on IntegriCloud