mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
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>
This commit is contained in:
parent
5f32aac98e
commit
26d3faae29
@ -103,7 +103,6 @@ static int fsp_video_probe(struct udevice *dev)
|
||||
* For IGD, it seems to be always on BAR2.
|
||||
*/
|
||||
vesa->phys_base_ptr = dm_pci_read_bar32(dev, 2);
|
||||
gd->fb_base = vesa->phys_base_ptr;
|
||||
|
||||
ret = vesa_setup_video_priv(vesa, vesa->phys_base_ptr, uc_priv, plat);
|
||||
if (ret)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user