Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
60fc6cbb
Commit
60fc6cbb
authored
May 05, 2005
by
wdenk
Browse files
Increase CFG_MONITOR_LEN for Rattler board to match actual code size.
parent
07cc0999
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
60fc6cbb
...
...
@@ -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.
...
...
include/configs/Rattler.h
View file @
60fc6cbb
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment