aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Scott <michael.scott@linaro.org>2015-03-04 09:27:58 -0800
committerMichael Scott <michael.scott@linaro.org>2015-03-04 09:27:58 -0800
commit1cb973ee63e4e0289675a97a902538b33eadcd2e (patch)
treee36aaa0e3795b3f385756cffedb480b4fd9e90bf
parent52b5e1acd2042c98cbaaf049fd70c7c0b17a5df8 (diff)
pxa1928_concord: remove auto-fastboot and extra dtb load from BOOTCOMMAND
Don't enter auto enter fastboot mode if USB is connected as serial console can be used easily to interrupt boot. Change-Id: If14f6dc2227b56de62663660277e234179d72bae Signed-off-by: Michael Scott <michael.scott@linaro.org>
-rw-r--r--include/configs/pxa1928_concord.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pxa1928_concord.h b/include/configs/pxa1928_concord.h
index 0ef9ecfb90..f35f37fb22 100644
--- a/include/configs/pxa1928_concord.h
+++ b/include/configs/pxa1928_concord.h
@@ -118,8 +118,6 @@
#define CONFIG_BOOTCOMMAND \
"while true; do " \
"mmc read ${fdt_addr_r} 0x10000 0x1000; " \
- "fastboot; " \
- "mmc read ${fdt_addr_r} 0x10000 0x1000; " \
"mmc read ${kernel_addr_r} 0x8000 0x8000 && " \
"bootm ${kernel_addr_r} ${kernel_addr_r} ${fdt_addr_r};" \
"done"