From e5984195985886b532e8ca19523d68b92439ee30 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 23 Feb 2017 10:15:42 +0100 Subject: [PATCH] ap121.h: always try to boot from lower address first --- u-boot/include/configs/ap121.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/configs/ap121.h b/u-boot/include/configs/ap121.h index e025864..d86e261 100644 --- a/u-boot/include/configs/ap121.h +++ b/u-boot/include/configs/ap121.h @@ -269,7 +269,7 @@ #endif #if defined(CONFIG_FOR_ALFA_NETWORK_HORNET_UB) - #define CONFIG_BOOTCOMMAND "bootm 0x9F050000 || bootm 0x9FE50000 || bootm 0x9F650000" + #define CONFIG_BOOTCOMMAND "bootm 0x9F050000 || bootm 0x9F650000 || bootm 0x9FE50000" #else #define CONFIG_BOOTCOMMAND "bootm " MK_STR(CFG_LOAD_ADDR) #endif -- 2.25.1