]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Tue, 2 Sep 2008 09:34:08 +0000 (11:34 +0200)
committerStefan Roese <sr@denx.de>
Wed, 3 Sep 2008 12:31:49 +0000 (14:31 +0200)
Signed-off-by: Matthias Fuchs <mf@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
board/esd/plu405/config.mk
include/configs/PLU405.h

index 25b210579986548b36679ca2c807722a77e971b2..0fb4efab8d4b4167fe6a4a97bbe15ce190347752 100644 (file)
@@ -25,5 +25,4 @@
 # esd PLU405 boards
 #
 
-TEXT_BASE = 0xFFFC0000
-#TEXT_BASE = 0x00FC0000
+TEXT_BASE = 0xFFFA0000
index a3d1c56dc25ea32f2f80b8df9646d0d930161ed4..0e04691dfb7846aee315199beec817e27b853982 100644 (file)
  * Please note that CFG_SDRAM_BASE _must_ start at 0
  */
 #define CFG_SDRAM_BASE         0x00000000
-#define CFG_FLASH_BASE         0xFFFC0000
+#define CFG_FLASH_BASE         0xFFFA0000
 #define CFG_MONITOR_BASE       TEXT_BASE
-#define CFG_MONITOR_LEN                (256 * 1024)    /* Reserve 256 kB for Monitor   */
-#define CFG_MALLOC_LEN         (256 * 1024)    /* Reserve 256 kB for malloc()  */
+#define CFG_MONITOR_LEN                (384 * 1024)    /* Reserve 256 kB for Monitor   */
+#define CFG_MALLOC_LEN         (384 * 1024)    /* Reserve 256 kB for malloc()  */
 
 #if (CFG_MONITOR_BASE < FLASH_BASE0_PRELIM)
 # define CFG_RAMBOOT           1