diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/apalis-tk1.h | 6 | ||||
-rw-r--r-- | include/configs/apalis_t30.h | 6 | ||||
-rw-r--r-- | include/configs/colibri_t20.h | 6 | ||||
-rw-r--r-- | include/configs/colibri_t30.h | 6 |
4 files changed, 8 insertions, 16 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index a38f5d54b2e..519da4807f8 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -66,10 +66,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}-apalis-${fdt_board}.dtb && " \ + "run distro_bootcmd" #define DFU_ALT_EMMC_INFO "apalis-tk1.img raw 0x0 0x500 mmcpart 1; " \ "boot part 0 1 mmcpart 0; " \ diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 921911dc77a..3b9c434d4c1 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -81,10 +81,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}-apalis-${fdt_board}.dtb && " \ + "run distro_bootcmd" #define DFU_ALT_EMMC_INFO "apalis_t30.img raw 0x0 0x500 mmcpart 1; " \ "boot part 0 1 mmcpart 0; " \ diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 36359fc0a16..bd4761b8cf9 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" diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index 8a7ea2c8dfd..71bbc823fd2 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; " \ |