]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Drop use of global_data fb_base
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:18:54 +0000 (10:18 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:37 +0000 (14:05 -0600)
commit26d3faae2963ec03d4cb8581d410fb5e18172f89
tree55b59891d7f1a1dc6091102f2b54049c81ada8d4
parent5f32aac98ec39bc3116bf6d3fbff8ebf2cf78919
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>
arch/x86/lib/fsp/fsp_graphics.c