ppc4xx: Fix building of sc3 board
authorHeiko Schocher <hs@denx.de>
Tue, 27 Jul 2010 05:07:24 +0000 (07:07 +0200)
committerStefan Roese <sr@denx.de>
Mon, 9 Aug 2010 14:05:18 +0000 (16:05 +0200)
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>
board/sc3/config.mk
include/configs/sc3.h

index 1bdf5e4..a46b197 100644 (file)
@@ -21,4 +21,4 @@
 # MA 02111-1307 USA
 #
 
-TEXT_BASE = 0xFFFC0000
+TEXT_BASE = 0xFFFA0000
index 61eb26e..19084ce 100644 (file)
  */
 #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() */
 
 /*