From: matthias.fuchs at esd.eu <matthias.fuchs@esd.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] ppc4xx: Fix building of CANBT board
Date: Mon, 26 Jul 2010 17:17:52 +0200 [thread overview]
Message-ID: <1280157499797-git-send-email-matthias.fuchs@esd.eu> (raw)
In-Reply-To: <12801574953946-git-send-email-matthias.fuchs@esd.eu>
From: Matthias Fuchs <matthias.fuchs@esd.eu>
Update image size after addition of new environment handling.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
---
board/esd/canbt/config.mk | 8 +-------
include/configs/CANBT.h | 6 +++---
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/board/esd/canbt/config.mk b/board/esd/canbt/config.mk
index 80076cd..ae855dc 100644
--- a/board/esd/canbt/config.mk
+++ b/board/esd/canbt/config.mk
@@ -20,10 +20,4 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
-
-#
-# esd ADCIOP boards
-#
-
-TEXT_BASE = 0xFFFE0000
-#TEXT_BASE = 0xFFFD0000
+TEXT_BASE = 0xFFFC0000
diff --git a/include/configs/CANBT.h b/include/configs/CANBT.h
index cdba81d..115a6f9 100644
--- a/include/configs/CANBT.h
+++ b/include/configs/CANBT.h
@@ -120,9 +120,9 @@
* Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
*/
#define CONFIG_SYS_SDRAM_BASE 0x00000000
-#define CONFIG_SYS_FLASH_BASE 0xFFFE0000
-#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
-#define CONFIG_SYS_MONITOR_LEN (128 * 1024) /* Reserve 128 kB for Monitor */
+#define CONFIG_SYS_FLASH_BASE CONFIG_SYS_MONITOR_BASE
+#define CONFIG_SYS_MONITOR_BASE TEXT_BASE
+#define CONFIG_SYS_MONITOR_LEN (~(TEXT_BASE) + 1)
#define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */
/*
--
1.6.1
next prev parent reply other threads:[~2010-07-26 15:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-26 15:17 [U-Boot] [PATCH 0/3] Fix building various esd boards in u-boot-testing repo's hastable branch matthias.fuchs at esd.eu
2010-07-26 15:17 ` [U-Boot] [PATCH 1/3] ppc4xx: Fix building of AR405 board matthias.fuchs at esd.eu
2010-07-26 15:17 ` matthias.fuchs at esd.eu [this message]
2010-07-26 15:17 ` [U-Boot] [PATCH 3/3] ppc4xx: Fix building of PMC440 board matthias.fuchs at esd.eu
2010-08-08 22:55 ` [U-Boot] [PATCH 1/3] ppc4xx: Fix building of AR405 board Wolfgang Denk
2010-08-09 14:03 ` [U-Boot] [PATCH 0/3] Fix building various esd boards in u-boot-testing repo's hastable branch Stefan Roese
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1280157499797-git-send-email-matthias.fuchs@esd.eu \
--to=matthias.fuchs@esd.eu \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox