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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user