]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 1bdf5e4fcf36d5fccb768ba13e114a0d1333380c..a46b1972492941b251cfe4d122d0f89b60f64d8c 100644 (file)
@@ -21,4 +21,4 @@
 # MA 02111-1307 USA
 #
 
-TEXT_BASE = 0xFFFC0000
+TEXT_BASE = 0xFFFA0000
index 61eb26ed84395e61b0baeab65716355ab3c2f448..19084cec438667a7410f90e9b5a1c27d523f1725 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() */
 
 /*