MIMC200: set default fbmem value
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>
This commit is contained in:
parent
3ffc0d61ba
commit
c0356a8801
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user