From: Mike Frysinger Date: Mon, 15 Jun 2009 01:23:27 +0000 (-0400) Subject: Blackfin: bf548-ezkit: bump up monitor size X-Git-Tag: v2009.08-rc1~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4;p=platform%2Fkernel%2Fu-boot.git Blackfin: bf548-ezkit: bump up monitor size The latest version of U-Boot got a bit fatter in the BSS section which caused overflows in the RAM region, so increase the monitor size. Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index 4e2ee62..fa90f91 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -61,7 +61,7 @@ #define CONFIG_EBIU_FCTL_VAL (BCLK_4) #define CONFIG_EBIU_MODE_VAL (B0MODE_FLASH) -#define CONFIG_SYS_MONITOR_LEN (768 * 1024) +#define CONFIG_SYS_MONITOR_LEN (1024 * 1024) #define CONFIG_SYS_MALLOC_LEN (768 * 1024)