]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
tree6f7c2569152d5a5097ddb96c1349d4202e0b9a1a
parent2fb29c520c42b7bfef33ea3fd1527eba64099164
mpc83xx: don't disable autoboot

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