git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3430a62
)
video: Avoid setting global_data fb_base in video setup
author
Simon Glass
<sjg@chromium.org>
Wed, 21 Aug 2024 16:19:02 +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
ef780a6
..
41bb764
100644
(file)
--- a/
drivers/video/video-uclass.c
+++ b/
drivers/video/video-uclass.c
@@
-145,7
+145,6
@@
int video_reserve(ulong *addrp)
*addrp -= CONFIG_VAL(VIDEO_PCI_DEFAULT_FB_SIZE);
gd->video_bottom = *addrp;
- gd->fb_base = *addrp;
debug("Video frame buffers from %lx to %lx\n", gd->video_bottom,
gd->video_top);