Increase CFG_MONITOR_LEN for Rattler board to match actual code size.
This commit is contained in:
parent
07cc099941
commit
60fc6cbbb7
@ -2,6 +2,9 @@
|
|||||||
Changes for U-Boot 1.1.3:
|
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
|
* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
|
||||||
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
|
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
|
||||||
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
|
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
|
||||||
|
|||||||
@ -195,7 +195,7 @@
|
|||||||
#define CFG_RAMBOOT
|
#define CFG_RAMBOOT
|
||||||
#endif
|
#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
|
#define CFG_ENV_IS_IN_FLASH
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user