summaryrefslogtreecommitdiff
path: root/include/configs/apalis-imx6.h
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-10 18:50:51 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-03-10 18:50:51 +0100
commit48eadbd80208cb54f4ac7aec2c0cdcb6967777b0 (patch)
tree459bbe43fcf7201696808370900967df00ab74ac /include/configs/apalis-imx6.h
parent76aefe208e6a16f4c37e9fcd8d67ec6da392fece (diff)
boot: try emmcboot, nfsboot, then commandline
change the bootcommand to the following boot order - emmcboot - nfsboot - enable usb keyboard and go to command prompt
Diffstat (limited to 'include/configs/apalis-imx6.h')
-rw-r--r--include/configs/apalis-imx6.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h
index 6e60d50ac4..2b3919ffd6 100644
--- a/include/configs/apalis-imx6.h
+++ b/include/configs/apalis-imx6.h
@@ -194,10 +194,10 @@
"fatload mmc 1:1 10800000 uImage && bootm 10800000"
#define CONFIG_EXTRA_ENV_SETTINGS \
- "bootcmd=run emmcboot ; "\
- "setenv stdout serial,vga ; " \
- "echo ; echo emmcboot failed ; " \
- "run nfsboot\0" \
+ "bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
+ "run nfsboot ; echo ; echo nfsboot failed ; " \
+ "usb start ;" \
+ "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
"bootscript=fatload mmc 1:1 10008000 6x_bootscript && source 10008000\0" \
"console=ttymxc0\0" \
"defargs=enable_wait_mode=off vmalloc=400M\0" \