commit | d6213e206c441a3b2b83c0588954c851c3610d97 | [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 | bd0df8236987df03e6131f923e31c3d9f943d086 [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>