summaryrefslogtreecommitdiffstats
path: root/include/configs/PLU405.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2008-09-02 11:34:08 +0200
committerStefan Roese <sr@denx.de>2008-09-03 14:31:49 +0200
commit5a3e480b783bfbc139586293a54fb875d7c5c5d4 (patch)
tree25b5b97b6546b3d8fc4c2e844801ded1737cc7d9 /include/configs/PLU405.h
parent628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51 (diff)
downloadblackbird-obmc-uboot-5a3e480b783bfbc139586293a54fb875d7c5c5d4.tar.gz
blackbird-obmc-uboot-5a3e480b783bfbc139586293a54fb875d7c5c5d4.zip
ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
Signed-off-by: Matthias Fuchs <mf@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/PLU405.h')
-rw-r--r--include/configs/PLU405.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index a3d1c56dc2..0e04691dfb 100644
--- a/include/configs/PLU405.h
+++ b/include/configs/PLU405.h
@@ -262,10 +262,10 @@
* 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
OpenPOWER on IntegriCloud