]> git.dujemihanovic.xyz Git - u-boot.git/commit
zynqmp: Avoid setting the framebuffer address
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:19:00 +0000 (10:19 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000 (14:05 -0600)
commit3876abbbfc2715d148b46de10c0827eb2cd387f7
treeb6a081e2520c2e6ffcc88f670c982d950b1245c0
parent4b39b56c3a46902cabe367ac03bd8dcc430c4964
zynqmp: Avoid setting the framebuffer address

This is handled by driver model so this driver should not be setting the
framebuffer address. Drop the assignment.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/zynqmp/zynqmp_dpsub.c