ap143.h: always try to boot from lower address first
authorPiotr Dymacz <pepe2k@gmail.com>
Sat, 11 Feb 2017 19:39:56 +0000 (20:39 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sat, 11 Feb 2017 19:39:56 +0000 (20:39 +0100)
u-boot/include/configs/ap143.h

index e1d48d79c219126d9b7c4004b9d63091c7b36aa9..08dffb500e9b534e98a3db6f8d9a34abbe2ddf49 100644 (file)
 #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