projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82caac
)
Blackfin: bf537-stamp: increase monitor size
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 22 Jan 2009 01:47:12 +0000
(20:47 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 25 Mar 2009 00:36:30 +0000
(20:36 -0400)
The new jffs2 code pushed the code size just over the limit, so increase
the limit a bit more.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/bf537-stamp.h
patch
|
blob
|
history
diff --git
a/include/configs/bf537-stamp.h
b/include/configs/bf537-stamp.h
index a9cdd5cef3b62d6e28d7823ba27b855d82de7f98..3e5862d1381849ddec473d7d73e47e0cbd9414cf 100644
(file)
--- a/
include/configs/bf537-stamp.h
+++ b/
include/configs/bf537-stamp.h
@@
-52,7
+52,7
@@
#define CONFIG_EBIU_AMBCTL0_VAL 0x7BB07BB0
#define CONFIG_EBIU_AMBCTL1_VAL 0xFFC27BB0
-#define CONFIG_SYS_MONITOR_LEN (
384
* 1024)
+#define CONFIG_SYS_MONITOR_LEN (
512
* 1024)
#define CONFIG_SYS_MALLOC_LEN (384 * 1024)