diff options
| -rw-r--r-- | board/esd/plu405/config.mk | 3 | ||||
| -rw-r--r-- | include/configs/PLU405.h | 6 | 
2 files changed, 4 insertions, 5 deletions
| diff --git a/board/esd/plu405/config.mk b/board/esd/plu405/config.mk index 25b210579..0fb4efab8 100644 --- a/board/esd/plu405/config.mk +++ b/board/esd/plu405/config.mk @@ -25,5 +25,4 @@  # esd PLU405 boards  # -TEXT_BASE = 0xFFFC0000 -#TEXT_BASE = 0x00FC0000 +TEXT_BASE = 0xFFFA0000 diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index a3d1c56dc..0e04691df 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 |