commit | 853e8d24aed105bb441a5f186fd16f10cdb84666 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:18:55 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:05:37 2024 -0600 |
tree | f71e6d31e1ebfb5002f4b3b96ecb690158f57d6c | |
parent | fa4bd9fe82472a944ef70da28f17154a1c6bd164 [diff] |
video: Add a function to obtain the framebuffer address Add a new function which returns the framebuffer address of the first video device. This will allow the global_data field top be dropped. Signed-off-by: Simon Glass <sjg@chromium.org>