commit | 1d701a59f85e566d88b4cfacddced956d1d0f8d1 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Wed Mar 09 20:46:01 2022 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Mar 09 21:28:53 2022 +0100 |
tree | fb8c183b6d178e87ed76a74d5a590a1c53e6cc61 | |
parent | f204fce86f1446e7cac199bc80309952f45d79e6 [diff] |
Nokia RX-51: Convert to CONFIG_DM_VIDEO Mechanically convert video_hw_init() function to UCLASS_VIDEO probe callback and replace CONFIG_CFB_CONSOLE by CONFIG_DM_VIDEO. As framebuffer base address is setup by the bootloader which loads U-Boot, set plat->base to that fixed framebuffer address. This change was tested in qemu n900 machine and is working fine. What does not work is CONFIG_VIDEO_LOGO, seems to be buggy. Signed-off-by: Pali Rohár <pali@kernel.org>