mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
bfin: enlarge the monitor size for ip04 board to avoid oversize link error
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
This commit is contained in:
parent
28c4dae114
commit
5dea3a745b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
#define CONFIG_EBIU_AMBCTL0_VAL 0xffc2ffc2
|
#define CONFIG_EBIU_AMBCTL0_VAL 0xffc2ffc2
|
||||||
#define CONFIG_EBIU_AMBCTL1_VAL 0xffc2ffc2
|
#define CONFIG_EBIU_AMBCTL1_VAL 0xffc2ffc2
|
||||||
|
|
||||||
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
|
#define CONFIG_SYS_MONITOR_LEN (384 * 1024)
|
||||||
#define CONFIG_SYS_MALLOC_LEN (128 * 1024)
|
#define CONFIG_SYS_MALLOC_LEN (128 * 1024)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue