On Tue, 29 Apr 2014 14:37:56 -0700 Eric Nelson <[email protected]> wrote:
> This patch updates the i.MX video driver to store the > frame-buffer address in the fb_base field of the global > data structure *gd. > > By doing this, you can find the frame buffer address > using the 'bdinfo' command: > > U-Boot > bdinfo > arch_number = 0x00000EB9 > ... > FB base = 0x4F35F1C0 > > This is very useful when debugging display connections. > > Signed-off-by: Eric Nelson <[email protected]> > Acked-by: Otavio Salvador <[email protected]> > --- > drivers/video/mxc_ipuv3_fb.c | 5 +++++ > 1 file changed, 5 insertions(+) applied to u-boot-video/master. Thanks! Anatolij _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

