summaryrefslogtreecommitdiff
path: root/include/configs/sc3.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-07-27 07:07:24 +0200
committerStefan Roese <sr@denx.de>2010-08-09 16:05:18 +0200
commit5bea7e6ce3837e12e507a78211bbf902ab43252a (patch)
tree5f131f307cb9a1946407dc0351a1299836fc9aac /include/configs/sc3.h
parent5baefbba382854ed824ee381796174a7401362fa (diff)
ppc4xx: Fix building of sc3 board
Update image size after addition of new environment handling. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/sc3.h')
-rw-r--r--include/configs/sc3.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/sc3.h b/include/configs/sc3.h
index 61eb26ed84..19084cec43 100644
--- a/include/configs/sc3.h
+++ b/include/configs/sc3.h
@@ -379,8 +379,9 @@
*/
#define CONFIG_SYS_SDRAM_BASE 0x00000000
#define CONFIG_SYS_FLASH_BASE 0xFFE00000
-#define CONFIG_SYS_MONITOR_BASE 0xFFFC0000 /* placed last 256k */
-#define CONFIG_SYS_MONITOR_LEN (224 * 1024) /* Reserve 224 KiB for Monitor */
+
+#define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* Start of U-Boot */
+#define CONFIG_SYS_MONITOR_LEN (0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1)
#define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserve 128 KiB for malloc() */
/*