summaryrefslogtreecommitdiff
path: root/configs/aristainetos2_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-12-01 13:23:19 +0300
committerStefano Babic <sbabic@denx.de>2020-01-07 12:26:55 +0300
commit621ff1363cba10281ba75f472c6731da48c3344d (patch)
tree2c4f6c61162bfb75b87e829d3dd2ef605623f958 /configs/aristainetos2_defconfig
parent5e65496d8059377f0abb1d0d52cf4bd1ab3a0aff (diff)
downloadu-boot-621ff1363cba10281ba75f472c6731da48c3344d.tar.xz
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 'configs/aristainetos2_defconfig')
-rw-r--r--configs/aristainetos2_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig
index 92771555fa..243b4ff5aa 100644
--- a/configs/aristainetos2_defconfig
+++ b/configs/aristainetos2_defconfig
@@ -92,8 +92,9 @@ CONFIG_MXC_SPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_STORAGE=y
+CONFIG_DM_VIDEO=y
+CONFIG_SYS_WHITE_ON_BLACK=y
+CONFIG_DISPLAY=y
CONFIG_VIDEO_IPUV3=y
-CONFIG_VIDEO=y
-# CONFIG_VIDEO_SW_CURSOR is not set
CONFIG_IMX_WATCHDOG=y
# CONFIG_EFI_LOADER is not set