ap121.h: always try to boot from lower address first
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 23 Feb 2017 09:15:42 +0000 (10:15 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 23 Feb 2017 09:15:42 +0000 (10:15 +0100)
u-boot/include/configs/ap121.h

index e0258644ee735d782d864a2221116231a7d3fea6..d86e261c7ec7ebf0cdb79ff21691f4199ad21577 100644 (file)
 #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