diff options
author | wdenk <wdenk> | 2005-05-05 09:13:21 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-05 09:13:21 +0000 |
commit | 60fc6cbbb7d49895e3ee552539f5375f8f1303b5 (patch) | |
tree | e0b351a2401c5a36e418a624c7c7821eedb5dc58 | |
parent | 07cc0999413481568b38b8d0e5f3d7514d9540b0 (diff) | |
download | u-boot-midas-60fc6cbbb7d49895e3ee552539f5375f8f1303b5.tar.gz u-boot-midas-60fc6cbbb7d49895e3ee552539f5375f8f1303b5.tar.bz2 u-boot-midas-60fc6cbbb7d49895e3ee552539f5375f8f1303b5.zip |
Increase CFG_MONITOR_LEN for Rattler board to match actual code size.
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | include/configs/Rattler.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 46dc78b36f..f98a6c60b0 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 |