From: Piotr Dymacz Date: Sat, 11 Feb 2017 19:39:56 +0000 (+0100) Subject: ap143.h: always try to boot from lower address first X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2845fcd1fcfef6f02a5fb7f15cf53b8d547b727a;p=oweals%2Fu-boot_mod.git ap143.h: always try to boot from lower address first --- 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