summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t30.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/colibri_t30.h')
-rw-r--r--include/configs/colibri_t30.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 8a7ea2c8df..71bbc823fd 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -77,10 +77,8 @@
#define CONFIG_SERVERIP 192.168.10.1
#define CONFIG_BOOTCOMMAND \
- "run emmcboot; echo; echo emmcboot failed; " \
- "run sdboot; echo; echo sdboot failed; " \
- "run usbboot; echo; echo usbboot failed; " \
- "run nfsboot; echo; echo nfsboot failed"
+ "run emmcboot; setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && " \
+ "run distro_bootcmd"
#define DFU_ALT_EMMC_INFO "colibri_t30.img raw 0x0 0x500 mmcpart 1; " \
"boot part 0 1 mmcpart 0; " \