[U-Boot] [PATCH] 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 --- include/configs/mimc200.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/mimc200.h b/include/configs/mimc200.h index 8f71664..36488b3 100644 --- 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"

Dear Mark Jackson,
In message 4A897A7C.9060209@mimc.co.uk you wrote:
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Anatolij, I hope this is OK with you.
Best regards,
Wolfgang Denk
participants (2)
-
Mark Jackson
-
Wolfgang Denk