From fdded72629e9f585ec5ef8ceedf00c6d7e417937 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 20 Dec 2016 12:49:15 +0100 Subject: 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 Acked-by: Max Krummenacher --- include/configs/colibri_t20.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/configs/colibri_t20.h') 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" -- cgit v1.2.3