mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 02:42:18 +01:00
video: Avoid setting global_data fb_base from SPL handoff
This field is not used, so don't set it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3876abbbfc
commit
3430a62568
@ -224,7 +224,6 @@ int video_reserve_from_bloblist(struct video_handoff *ho)
|
||||
return -ENOENT;
|
||||
|
||||
gd->video_bottom = ho->fb;
|
||||
gd->fb_base = ho->fb;
|
||||
gd->video_top = ho->fb + ho->size;
|
||||
debug("%s: Reserving %lx bytes at %08x as per bloblist received\n",
|
||||
__func__, (unsigned long)ho->size, (u32)ho->fb);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user