提交 cde421cf 编写于 作者: S Sébastien Szymanski 提交者: Stefano Babic

video: mxsfb: set gd->fb_base

Set gd->fb_base so it can be shown with bdinfo command.
Signed-off-by: NSébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: NPeng Fan <peng.fan@nxp.com>
上级 b1be79b4
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册