projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ffc0d6
)
MIMC200: set default fbmem value
author
Mark Jackson
<mpfj-list@mimc.co.uk>
Mon, 17 Aug 2009 15:42:52 +0000
(16:42 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 22 Nov 2009 21:07:17 +0000
(22:07 +0100)
This patch adds a default bootargs "fbmem" value to the
CONFIG_BOOTARGS string for the MIMC200 board.
Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
include/configs/mimc200.h
patch
|
blob
|
history
diff --git
a/include/configs/mimc200.h
b/include/configs/mimc200.h
index
8f71664
..
36488b3
100644
(file)
--- a/
include/configs/mimc200.h
+++ b/
include/configs/mimc200.h
@@
-74,7
+74,7
@@
#define CONFIG_BAUDRATE 115200
#define CONFIG_BOOTARGS \
- "root=/dev/mtdblock1 rootfstype=jffs2 console=ttyS1"
+ "root=/dev/mtdblock1 rootfstype=jffs2
fbmem=512k
console=ttyS1"
#define CONFIG_BOOTCOMMAND \
"fsload boot/uImage; bootm"