summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t20.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-12-20 12:49:15 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 21:27:16 +0100
commitfdded72629e9f585ec5ef8ceedf00c6d7e417937 (patch)
tree88600ae6a4ab28fd24877e1773ac530857f534e3 /include/configs/colibri_t20.h
parent5d510fc4698ac66b4f977b5df5f3973909798e88 (diff)
apalis/colibri t20/t30/tk1: distro boot integration
Rather than relying on our separate proprietary storage media dependent boot commands use regular distro boot as a fall back. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'include/configs/colibri_t20.h')
-rw-r--r--include/configs/colibri_t20.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 36359fc0a1..bd4761b8cf 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -99,10 +99,8 @@
#define CONFIG_SERVERIP 192.168.10.1
#define CONFIG_BOOTCOMMAND \
- "run ubiboot; echo; echo ubiboot failed; " \
- "run sdboot; echo; echo sdboot failed; " \
- "run usbboot; echo; echo usbboot failed; " \
- "run nfsboot; echo; echo nfsboot failed"
+ "run ubiboot; setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && " \
+ "run distro_bootcmd"
#define DFU_ALT_NAND_INFO "u-boot part 0,0;ubi part 0,3"