Commit 5bea7e6ce3837e12e507a78211bbf902ab43252a

Authored by Heiko Schocher
Committed by Stefan Roese
1 parent 5baefbba38

ppc4xx: Fix building of sc3 board

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>

Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff

... ... @@ -21,5 +21,5 @@
21 21 # MA 02111-1307 USA
22 22 #
23 23  
24   -TEXT_BASE = 0xFFFC0000
  24 +TEXT_BASE = 0xFFFA0000
include/configs/sc3.h
... ... @@ -379,8 +379,9 @@
379 379 */
380 380 #define CONFIG_SYS_SDRAM_BASE 0x00000000
381 381 #define CONFIG_SYS_FLASH_BASE 0xFFE00000
382   -#define CONFIG_SYS_MONITOR_BASE 0xFFFC0000 /* placed last 256k */
383   -#define CONFIG_SYS_MONITOR_LEN (224 * 1024) /* Reserve 224 KiB for Monitor */
  382 +
  383 +#define CONFIG_SYS_MONITOR_BASE TEXT_BASE /* Start of U-Boot */
  384 +#define CONFIG_SYS_MONITOR_LEN (0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1)
384 385 #define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserve 128 KiB for malloc() */
385 386  
386 387 /*