mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
video: mxsfb: set gd->fb_base
Set gd->fb_base so it can be shown with bdinfo command. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
b1be79b417
commit
cde421cfc8
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ static int mxs_video_probe(struct udevice *dev)
|
|||
mmu_set_region_dcache_behaviour(fb_start, fb_end - fb_start,
|
||||
DCACHE_WRITEBACK);
|
||||
video_set_flush_dcache(dev, true);
|
||||
gd->fb_base = plat->base;
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue