Message ID | 20200510201702.196031-30-sjg@chromium.org |
---|---|
State | Accepted |
Commit | aef43ea0606deefc97ed085b16618f18a911cdb5 |
Headers | show |
Series | Tidy up the 'bd' command. | expand |
diff --git a/drivers/video/video-uclass.c b/drivers/video/video-uclass.c index 3d658e61d7..e7229cefaf 100644 --- a/drivers/video/video-uclass.c +++ b/drivers/video/video-uclass.c @@ -82,6 +82,7 @@ int video_reserve(ulong *addrp) __func__, size, *addrp, dev->name); } gd->video_bottom = *addrp; + gd->fb_base = *addrp; debug("Video frame buffers from %lx to %lx\n", gd->video_bottom, gd->video_top);