* [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size
@ 2010-09-11 19:43 Wolfgang Denk
2010-09-12 17:20 ` Stefan Roese
2010-09-12 19:14 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-09-11 19:43 UTC (permalink / raw)
To: u-boot
On some boards (canyonlands, luan, sequoia) 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: Stefan Roese <sr@denx.de>
---
board/amcc/canyonlands/config.mk | 2 +-
board/amcc/luan/config.mk | 2 +-
board/amcc/sequoia/config.mk | 6 +-----
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/board/amcc/canyonlands/config.mk b/board/amcc/canyonlands/config.mk
index 7a58665..3d6a608 100644
--- a/board/amcc/canyonlands/config.mk
+++ b/board/amcc/canyonlands/config.mk
@@ -27,7 +27,7 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
ifndef TEXT_BASE
-TEXT_BASE = 0xFFFA0000
+TEXT_BASE = 0xFFF80000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1
diff --git a/board/amcc/luan/config.mk b/board/amcc/luan/config.mk
index cd02aab..5e4182d 100644
--- a/board/amcc/luan/config.mk
+++ b/board/amcc/luan/config.mk
@@ -30,7 +30,7 @@
ifeq ($(ramsym),1)
TEXT_BASE = 0xFBD00000
else
-TEXT_BASE = 0xFFFC0000
+TEXT_BASE = 0xFFFB0000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1
diff --git a/board/amcc/sequoia/config.mk b/board/amcc/sequoia/config.mk
index b57e473..c8e2dff 100644
--- a/board/amcc/sequoia/config.mk
+++ b/board/amcc/sequoia/config.mk
@@ -27,11 +27,7 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
ifndef TEXT_BASE
-TEXT_BASE = 0xFFFA0000
-#
-# When defining CONFIG_VIDEO, TEXT_BASE needs to be 0xFFF80000
-# TEXT_BASE = 0xFFF80000
-#
+TEXT_BASE = 0xFFF80000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1
--
1.7.2.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size
2010-09-11 19:43 [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size Wolfgang Denk
@ 2010-09-12 17:20 ` Stefan Roese
2010-09-12 19:14 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2010-09-12 17:20 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
On Saturday 11 September 2010 21:43:58 Wolfgang Denk wrote:
> On some boards (canyonlands, luan, sequoia) 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: Stefan Roese <sr@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Feel free to pull this patch directly if needed.
Thanks.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size
2010-09-11 19:43 [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size Wolfgang Denk
2010-09-12 17:20 ` Stefan Roese
@ 2010-09-12 19:14 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2010-09-12 19:14 UTC (permalink / raw)
To: u-boot
In message <1284234238-10339-1-git-send-email-wd@denx.de> you wrote:
> On some boards (canyonlands, luan, sequoia) 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: Stefan Roese <sr@denx.de>
> ---
> board/amcc/canyonlands/config.mk | 2 +-
> board/amcc/luan/config.mk | 2 +-
> board/amcc/sequoia/config.mk | 6 +-----
> 3 files changed, 3 insertions(+), 7 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
In general, they do what you want, unless you want consistency.
- Larry Wall in the perl man page
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-12 19:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-11 19:43 [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size Wolfgang Denk
2010-09-12 17:20 ` Stefan Roese
2010-09-12 19:14 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox