diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-01 13:27:15 -0600 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2012-02-07 17:03:52 -0800 |
commit | 6f43c28fc88820a040b6626e0f28b5b4e7a47b4e (patch) | |
tree | 00e3616b8e471b4f2bc999be5709a67112fcd120 | |
parent | 57614909cbb94e813debe92d014e0096e48d4b1a (diff) | |
download | u-boot-linaro-stable-6f43c28fc88820a040b6626e0f28b5b4e7a47b4e.tar.gz |
ARM: highbank: update autoboot bootdelay value
Now that timers are fixed, set bootdelay to a reasonable value.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r-- | board/highbank/scripts/autoboot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/highbank/scripts/autoboot.txt b/board/highbank/scripts/autoboot.txt index 0e4ee7936..eb900d71b 100644 --- a/board/highbank/scripts/autoboot.txt +++ b/board/highbank/scripts/autoboot.txt @@ -8,7 +8,7 @@ bootcmd2=run bootcmd_sata bootcmd15=run bootcmd_mmc bootdevice=0:1 bootargs=console=ttyAMA0,38400n8 root=LABEL=rootfs rootwait -bootdelay=1000 +bootdelay=2 netretry=once fdt_addr=0x1000 pxefile_addr_r=0x700000 |