From 2845fcd1fcfef6f02a5fb7f15cf53b8d547b727a Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 11 Feb 2017 20:39:56 +0100 Subject: [PATCH] ap143.h: always try to boot from lower address first --- u-boot/include/configs/ap143.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/configs/ap143.h b/u-boot/include/configs/ap143.h index e1d48d7..08dffb5 100644 --- a/u-boot/include/configs/ap143.h +++ b/u-boot/include/configs/ap143.h @@ -201,7 +201,7 @@ #if defined(CONFIG_FOR_YUNCORE_AP90Q) ||\ defined(CONFIG_FOR_YUNCORE_CPE830) ||\ defined(CONFIG_FOR_ZBTLINK_ZBT_WE1526) - #define CONFIG_BOOTCOMMAND "bootm 0x9FE80000 || bootm 0x9F050000" + #define CONFIG_BOOTCOMMAND "bootm 0x9F050000 || bootm 0x9FE80000" #else #define CONFIG_BOOTCOMMAND "bootm " MK_STR(CFG_LOAD_ADDR) #endif -- 2.25.1