]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mpc83xx: don't disable autoboot
authorKim Phillips <kim.phillips@freescale.com>
Wed, 24 Sep 2008 13:46:25 +0000 (08:46 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 24 Sep 2008 14:58:34 +0000 (09:58 -0500)
bootdelay set to -1 'permanently' disables autobooting, even if
bootcmd is specified.  Change to a positive value to allow
autobooting when a bootcmd is set.

Reported-by: Coray Tate <Coray.Tate@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/configs/MPC8313ERDB.h
include/configs/MPC8323ERDB.h
include/configs/MPC837XERDB.h

index b36121758d1e9832402a3a88c48b2e593188e577..09bb87e3b2080fa348362156b047ebd3fc656f60 100644 (file)
 #define CONFIG_FDTFILE         mpc8313erdb.dtb
 
 #define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
-#define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */
+#define CONFIG_BOOTDELAY             /* -1 disables auto-boot */
 #define CONFIG_BAUDRATE                115200
 
 #define XMK_STR(x)     #x
index 697c5ad535961a457d88d125be3a4f818443c14d..1ae5bae7c0f29ef6cf982160838f3dd1e4a9164c 100644 (file)
 #define CONFIG_FDTFILE         mpc832x_rdb.dtb
 
 #define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
-#define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */
+#define CONFIG_BOOTDELAY             /* -1 disables auto-boot */
 #define CONFIG_BAUDRATE                115200
 
 #define XMK_STR(x)     #x
index da7712159e4bc782c699091cf0a5a77735945940..f818b0fdb0c46142b06435d02f36c88a0d0b05c1 100644 (file)
 #define CONFIG_FDTFILE         mpc8379_rdb.dtb
 
 #define CONFIG_LOADADDR                500000  /* default location for tftp and bootm */
-#define CONFIG_BOOTDELAY       -1      /* -1 disables auto-boot */
+#define CONFIG_BOOTDELAY             /* -1 disables auto-boot */
 #define CONFIG_BAUDRATE                115200
 
 #define XMK_STR(x)     #x