aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-11-27 17:06:36 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:51:53 -0700
commit6f1911c6887c91e251db25bb9b823d2aa833b30f (patch)
tree0018d041c061ffdd9bf29fd6b37baa6797876c91
parentc41a98c7747915f7d60ac82ebbbce2eb7b801a75 (diff)
ARM: highbank: only boot from specified devices
Only boot from specified device and don't fallback to default boot devices on failure. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r--board/highbank/scripts/autoboot.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/highbank/scripts/autoboot.txt b/board/highbank/scripts/autoboot.txt
index 7b2e377d4..eee51169d 100644
--- a/board/highbank/scripts/autoboot.txt
+++ b/board/highbank/scripts/autoboot.txt
@@ -10,9 +10,9 @@ bootcmd_sata=setenv boot_ifc scsi; scsi scan && run bootcmd_disk
bootcmd_mmc=setenv boot_ifc mmc; mmc rescan && run bootcmd_disk
bootcmd_default=run bootcmd_sata; run bootcmd_pxe
bootcmd0=run bootcmd_setup; run bootcmd_default
-bootcmd1=run bootcmd_setup; run bootcmd_pxe; run bootcmd_default
-bootcmd2=run bootcmd_setup; run bootcmd_sata; run bootcmd_default
-bootcmd15=run bootcmd_setup; run bootcmd_mmc; run bootcmd_default
+bootcmd1=run bootcmd_setup; run bootcmd_pxe
+bootcmd2=run bootcmd_setup; run bootcmd_sata
+bootcmd15=run bootcmd_setup; run bootcmd_mmc
localcmd=run bootcmd_sata
bootdevice=0
bootargs=console=ttyAMA0 root=LABEL=rootfs nosplash