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:
c297f51
)
ap143.h: always try to boot from lower address first
author
Piotr Dymacz
<pepe2k@gmail.com>
Sat, 11 Feb 2017 19:39:56 +0000
(20:39 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Sat, 11 Feb 2017 19:39:56 +0000
(20:39 +0100)
u-boot/include/configs/ap143.h
patch
|
blob
|
history
diff --git
a/u-boot/include/configs/ap143.h
b/u-boot/include/configs/ap143.h
index e1d48d79c219126d9b7c4004b9d63091c7b36aa9..08dffb500e9b534e98a3db6f8d9a34abbe2ddf49 100644
(file)
--- 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 0x9F
E80000 || bootm 0x9F05
0000"
+ #define CONFIG_BOOTCOMMAND "bootm 0x9F
050000 || bootm 0x9FE8
0000"
#else
#define CONFIG_BOOTCOMMAND "bootm " MK_STR(CFG_LOAD_ADDR)
#endif