All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size
@ 2010-09-11 19:44 Wolfgang Denk
  2010-09-12 19:14 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Denk @ 2010-09-11 19:44 UTC (permalink / raw)
  To: u-boot

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
-- 
1.7.2.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size
  2010-09-11 19:44 [U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size Wolfgang Denk
@ 2010-09-12 19:14 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2010-09-12 19:14 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Gew?hnlich glaubt der Mensch,  wenn er nur Worte h?rt,  es m?sse sich
dabei doch auch was denken lassen.                 -- Goethe, Faust I

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-12 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-11 19:44 [U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size Wolfgang Denk
2010-09-12 19:14 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.