commit | 51830b2e2581ddc136af109716f7b9864131e082 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:19:00 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:05:38 2024 -0600 |
tree | b6a081e2520c2e6ffcc88f670c982d950b1245c0 | |
parent | c3b8e3a59d3515271afde26c5505370cebeaa342 [diff] |
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>