diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:19 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:55 +0100 |
commit | 621ff1363cba10281ba75f472c6731da48c3344d (patch) | |
tree | 2c4f6c61162bfb75b87e829d3dd2ef605623f958 /configs | |
parent | 5e65496d8059377f0abb1d0d52cf4bd1ab3a0aff (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 'configs')
-rw-r--r-- | configs/aristainetos2_defconfig | 5 |
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 |