projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3a616
)
ap121.h: always try to boot from lower address first
author
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 23 Feb 2017 09:15:42 +0000
(10:15 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 23 Feb 2017 09:15:42 +0000
(10:15 +0100)
u-boot/include/configs/ap121.h
patch
|
blob
|
history
diff --git
a/u-boot/include/configs/ap121.h
b/u-boot/include/configs/ap121.h
index e0258644ee735d782d864a2221116231a7d3fea6..d86e261c7ec7ebf0cdb79ff21691f4199ad21577 100644
(file)
--- 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 0x9F
E50000 || bootm 0x9F6
50000"
+ #define CONFIG_BOOTCOMMAND "bootm 0x9F050000 || bootm 0x9F
650000 || bootm 0x9FE
50000"
#else
#define CONFIG_BOOTCOMMAND "bootm " MK_STR(CFG_LOAD_ADDR)
#endif