commit | d4eb723c32c068a13389b1cfdb161712acce2697 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Sep 10 23:47:00 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 19 12:31:02 2010 +0200 |
tree | 238a25727a39bd34fa08073d6fa7f7797c3d4fbc | |
parent | b030574e12b759e7ca4eed064564c8d888e222ba [diff] [blame] |
socrates: adjust TEXT_BASE to increase U-Boot image size We need more room for the U-Boot image. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/socrates/config.mk b/board/socrates/config.mk index 4f17294..7ea37b5 100644 --- a/board/socrates/config.mk +++ b/board/socrates/config.mk
@@ -26,4 +26,4 @@ # socrates board # default CCARBAR is at 0xff700000 # -TEXT_BASE = 0xfffa0000 +TEXT_BASE = 0xfff80000