diff options
| author | Tom Rini <[email protected]> | 2020-06-25 18:15:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-25 18:15:50 -0400 |
| commit | 04f005d552eb748582678a45119b55a99f75748e (patch) | |
| tree | d57377eec42fbfecfc3108d8b64b8061331fed3a /drivers | |
| parent | f0e236c8d6646f6ef0ebf8f043962a07dda3b3a3 (diff) | |
| parent | c68a1ae6ab760d797f4dde2c5c671e18d0e2adb4 (diff) | |
Merge branch '2020-06-25-tidy-up-bd-command' into next
- Tidy up the 'bdinfo' command so that it's both consistent for all
architectures and sharing as much code as possible.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/video-uclass.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/video-uclass.c b/drivers/video/video-uclass.c index bf396d10918..1f2874554a3 100644 --- a/drivers/video/video-uclass.c +++ b/drivers/video/video-uclass.c @@ -84,6 +84,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); |
