summaryrefslogtreecommitdiff
path: root/include/configs/aristainetos2.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-12-01 11:23:19 +0100
committerStefano Babic <sbabic@denx.de>2020-01-07 10:26:55 +0100
commit621ff1363cba10281ba75f472c6731da48c3344d (patch)
tree2c4f6c61162bfb75b87e829d3dd2ef605623f958 /include/configs/aristainetos2.h
parent5e65496d8059377f0abb1d0d52cf4bd1ab3a0aff (diff)
imx6: aristainetos: add DM_VIDEO support
add DM_VIDEO support and remove now unneeded board code. As we show a bmp logo on boot, call now bmp_display() from board code and do not use cfb_console anymore. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/aristainetos2.h')
-rw-r--r--include/configs/aristainetos2.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h
index ced2bab2b5..45699dc614 100644
--- a/include/configs/aristainetos2.h
+++ b/include/configs/aristainetos2.h
@@ -32,7 +32,7 @@
"imi ${fit_addr_r}\0 "
/* Framebuffer */
-#define CONFIG_SYS_LDB_CLOCK 33246000
+#define CONFIG_SYS_LDB_CLOCK 28341000
#define CONFIG_LG4573
#include "mx6_common.h"
@@ -193,15 +193,14 @@
/* Framebuffer */
/* check this console not needed, after test remove it */
-#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_SPLASH_SCREEN
#define CONFIG_SPLASH_SCREEN_ALIGN
-#define CONFIG_BMP_16BPP
+#define CONFIG_IMX_VIDEO_SKIP
#define CONFIG_VIDEO_LOGO
#define CONFIG_VIDEO_BMP_LOGO
-#define CONFIG_IMX_VIDEO_SKIP
+#define CONFIG_BMP_16BPP
+#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_IMX6_PWM_PER_CLK 66000000
-
#endif /* __ARISTAINETOS2_CONFIG_H */