diff options
author | Wolfgang Denk | 2010-09-10 23:47:00 +0200 |
---|---|---|
committer | Wolfgang Denk | 2010-09-19 12:31:02 +0200 |
commit | 3adfd1143bd55608fa9ec81f98999d478c9313ba (patch) | |
tree | 238a25727a39bd34fa08073d6fa7f7797c3d4fbc /board/socrates | |
parent | fe64fd4238bcdeb0221decad58288ddaa9dcbdb7 (diff) |
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>
Diffstat (limited to 'board/socrates')
-rw-r--r-- | board/socrates/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/socrates/config.mk b/board/socrates/config.mk index 4f1729440a7..7ea37b5d582 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 |