projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3876abb
)
video: Avoid setting global_data fb_base from SPL handoff
author
Simon Glass
<sjg@chromium.org>
Wed, 21 Aug 2024 16:19:01 +0000
(10:19 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000
(14:05 -0600)
This field is not used, so don't set it.
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video-uclass.c
patch
|
blob
|
history
diff --git
a/drivers/video/video-uclass.c
b/drivers/video/video-uclass.c
index e358a7949e0088c4a1c547664b8c92ff4e9396c0..ef780a6730cbaf795d19f068506dcdc272f7ce2c 100644
(file)
--- a/
drivers/video/video-uclass.c
+++ b/
drivers/video/video-uclass.c
@@
-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);