From 6f1911c6887c91e251db25bb9b823d2aa833b30f Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 27 Nov 2012 17:06:36 -0600 Subject: 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 --- board/highbank/scripts/autoboot.txt | 6 +++--- 1 file 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 -- cgit v1.2.3