aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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