[U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size

We need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed.
Signed-off-by: Wolfgang Denk wd@denx.de Cc: Cajus Hahn cajus.hahn@de.abb.com --- 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 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

In message 1284234273-10388-1-git-send-email-wd@denx.de you wrote:
We need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed.
Signed-off-by: Wolfgang Denk wd@denx.de Cc: Cajus Hahn cajus.hahn@de.abb.com
board/socrates/config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to "next" branch.
Best regards,
Wolfgang Denk
participants (1)
-
Wolfgang Denk