]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TQM850M: Add missing CONFIG_BOOTDELAY
authorWolfgang Denk <wd@denx.de>
Fri, 4 Nov 2011 15:55:51 +0000 (15:55 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Nov 2011 21:15:46 +0000 (22:15 +0100)
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>
include/configs/TQM850M.h

index 3b520254a035e6f9daed6627b8217f700a820d71..911560ce8d35b1155ff1fa29245a80d01a59e60a 100644 (file)
@@ -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"