projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe64fd4
)
socrates: adjust TEXT_BASE to increase U-Boot image size
author
Wolfgang Denk
<wd@denx.de>
Fri, 10 Sep 2010 21:47:00 +0000
(23:47 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 19 Sep 2010 10:31:02 +0000
(12:31 +0200)
We need more room for the U-Boot image.
Shift TEXT_BASE as needed.
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/socrates/config.mk
patch
|
blob
|
history
diff --git
a/board/socrates/config.mk
b/board/socrates/config.mk
index 4f1729440a7fb66ae76523f1102026c17ce07101..7ea37b5d58236691e2d6b8afb94d7de6bc21062a 100644
(file)
--- a/
board/socrates/config.mk
+++ b/
board/socrates/config.mk
@@
-26,4
+26,4
@@
# socrates board
# default CCARBAR is at 0xff700000
#
-TEXT_BASE = 0xfff
a
0000
+TEXT_BASE = 0xfff
8
0000