aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <rob.herring@linaro.org>2014-12-01 15:37:21 -0600
committerRob Herring <rob.herring@linaro.org>2014-12-02 19:35:37 -0600
commit55f6003abf62369274c82e0c268120f689a4a44c (patch)
tree2ce65c8b859115ab0712e7006e7f1a9c8e8223bb
parenta96c458e0bab5e673651dcfb34e426b34a73c9af (diff)
pxa1928_ara: run fastboot on autoboot
Run fastboot when we autoboot. The fastboot command will check for USB cable and continue to boot if no cable is attached. Change-Id: If881bb5123631b3a20948477fa75462c0e949127 Signed-off-by: Rob Herring <rob.herring@linaro.org>
-rw-r--r--include/configs/pxa1928_ara.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pxa1928_ara.h b/include/configs/pxa1928_ara.h
index 68bb2e7aeb..d445e6a1ce 100644
--- a/include/configs/pxa1928_ara.h
+++ b/include/configs/pxa1928_ara.h
@@ -101,7 +101,7 @@
" crashkernel=4k@0x8140000 androidboot.lcd=1080_50 user_debug=31" \
" earlyprintk=uart8250-32bit,0xd4018000"
-#define CONFIG_BOOTCOMMAND "mrvlboot"
+#define CONFIG_BOOTCOMMAND "fastboot; mrvlboot"
#define CONFIG_MMC_BOOT_DEV "mmc dev 0 0"
#define RAMDISK_LOADADDR (CONFIG_TZ_HYPERVISOR_SIZE + 0x02000000)
#define BOOTIMG_EMMC_ADDR 0x01000000