From: wdenk Date: Thu, 5 May 2005 09:13:21 +0000 (+0000) Subject: Increase CFG_MONITOR_LEN for Rattler board to match actual code size. X-Git-Tag: v2008.10-rc1~1549 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60fc6cbbb7d49895e3ee552539f5375f8f1303b5;p=platform%2Fkernel%2Fu-boot.git Increase CFG_MONITOR_LEN for Rattler board to match actual code size. --- diff --git a/CHANGELOG b/CHANGELOG index 5361e8d..b10107a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Increase CFG_MONITOR_LEN for Rattler board to match actual code + size. + * Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of March 13, 2005); new configuration options CONFIG_JFFS2_LZO and CONFIG_JFFS2_LZARI are added. Both are undefined by default. diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index 46dc78b..f98a6c6 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -195,7 +195,7 @@ #define CFG_RAMBOOT #endif -#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */ +#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ #define CFG_ENV_IS_IN_FLASH