]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
socrates: adjust TEXT_BASE to increase U-Boot image size
authorWolfgang Denk <wd@denx.de>
Fri, 10 Sep 2010 21:47:00 +0000 (23:47 +0200)
committerWolfgang 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

index 4f1729440a7fb66ae76523f1102026c17ce07101..7ea37b5d58236691e2d6b8afb94d7de6bc21062a 100644 (file)
@@ -26,4 +26,4 @@
 # socrates board
 # default CCARBAR is at 0xff700000
 #
-TEXT_BASE = 0xfffa0000
+TEXT_BASE = 0xfff80000