projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc564e
)
Blackfin: cm-bf548: increase monitor len
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 2 Aug 2010 20:30:39 +0000
(16:30 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 11 Aug 2010 15:29:14 +0000
(11:29 -0400)
Recent features enabled by default require a larger monitor size for the
cm-bf548 port, so bump it up a bit.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/cm-bf548.h
patch
|
blob
|
history
diff --git
a/include/configs/cm-bf548.h
b/include/configs/cm-bf548.h
index
63b9399
..
fa62a8e
100644
(file)
--- a/
include/configs/cm-bf548.h
+++ b/
include/configs/cm-bf548.h
@@
-64,7
+64,7
@@
#define CONFIG_EBIU_FCTL_VAL (BCLK_4)
#define CONFIG_EBIU_MODE_VAL (B0MODE_FLASH)
-#define CONFIG_SYS_MONITOR_LEN (
384
* 1024)
+#define CONFIG_SYS_MONITOR_LEN (
512
* 1024)
#define CONFIG_SYS_MALLOC_LEN (640 * 1024)