diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-14 18:39:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-14 18:39:26 -0400 |
commit | f43e892f51d7ecca8c8bd1b0850120db92f7caed (patch) | |
tree | e01a92bf6789c0e42012f85c3e3bb384cd3d3afa /configs | |
parent | c149bf41404e34014e37de32fac332892b11bd4a (diff) | |
parent | d6213e206c441a3b2b83c0588954c851c3610d97 (diff) | |
download | u-boot-f43e892f51d7ecca8c8bd1b0850120db92f7caed.tar.gz |
Merge tag 'video-20220314' of https://source.denx.de/u-boot/custodians/u-boot-video
- fix display of the u-boot logo on Apple devices
- convert Nokia RX-51 to CONFIG_DM_VIDEO
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nokia_rx51_defconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index 47b7bc3b4f..1d64981afc 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -77,8 +77,11 @@ CONFIG_SPI=y CONFIG_USB=y CONFIG_USB_MUSB_UDC=y CONFIG_USB_OMAP3=y -CONFIG_CFB_CONSOLE=y -CONFIG_CFB_CONSOLE_ANSI=y +CONFIG_DM_VIDEO=y +CONFIG_VIDEO_LOGO=y +# CONFIG_VIDEO_BPP8 is not set +# CONFIG_VIDEO_BPP32 is not set +CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_SPLASH_SCREEN=y CONFIG_WATCHDOG_TIMEOUT_MSECS=31000 CONFIG_WDT=y |