Skip to content
Snippets Groups Projects
Commit 5a3e480b authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Stefan Roese
Browse files

ppc4xx: Increase U-Boot size to 384kB for PLU405 boards


Signed-off-by: default avatarMatthias Fuchs <mf@esd.eu>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 628ffd73
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,4 @@
# esd PLU405 boards
#
TEXT_BASE = 0xFFFC0000
#TEXT_BASE = 0x00FC0000
TEXT_BASE = 0xFFFA0000
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment