commit | fa4bd9fe82472a944ef70da28f17154a1c6bd164 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 21 10:18:54 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 14:05:37 2024 -0600 |
tree | 55b59891d7f1a1dc6091102f2b54049c81ada8d4 | |
parent | 8ae30e58ea16b58d4fe7cd352eb94407b84bd23a [diff] |
x86: Drop use of global_data fb_base This value is set by not used on x86 so there is no point in setting it. Drop the assignment. Signed-off-by: Simon Glass <sjg@chromium.org>