summaryrefslogtreecommitdiffstats
path: root/include/configs/mx53loco.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-05-10 15:07:35 +0000
committerAnatolij Gustschin <agust@denx.de>2012-05-25 10:40:32 +0200
commitf714b0a911e24cc733553f02b30d508212f339fe (patch)
treeab76fe2ca8f4c310660ea18241bd1ca89759c6cc /include/configs/mx53loco.h
parenta1b0e190a3c0c7e1a40877218804a656e45194be (diff)
downloadtalos-obmc-uboot-f714b0a911e24cc733553f02b30d508212f339fe.tar.gz
talos-obmc-uboot-f714b0a911e24cc733553f02b30d508212f339fe.zip
mx53loco: Add LCD support
Add support for CLAA07LC0ACW LCD that connects to the mx53loco board. Configure the board to show the Linux logo on the LCD. Also increase the size of CONFIG_SYS_MALLOC_LEN variable to take into account the framebuffer usage. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r--include/configs/mx53loco.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index eab0e27fb5..99daafb900 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -38,7 +38,7 @@
#define CONFIG_INITRD_TAG
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
@@ -220,4 +220,15 @@
#define CONFIG_LIBATA
#endif
+/* Framebuffer and LCD */
+#define CONFIG_PREBOOT
+#define CONFIG_VIDEO
+#define CONFIG_VIDEO_MX5
+#define CONFIG_CFB_CONSOLE
+#define CONFIG_VGA_AS_SINGLE_DEVICE
+#define CONFIG_VIDEO_BMP_RLE8
+#define CONFIG_SPLASH_SCREEN
+#define CONFIG_BMP_16BPP
+#define CONFIG_VIDEO_LOGO
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud