diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2014-04-29 14:37:56 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2014-04-30 11:15:45 +0200 |
commit | a69214dc719862b8433608d7e914e51464dfd14c (patch) | |
tree | f88b4d29bd6644036f1aa3ef575a6a44a8fa3259 /board/CarMediaLab | |
parent | a405764c1ec835a41ccda943b9156aee25e15d5e (diff) | |
download | u-boot-imx-a69214dc719862b8433608d7e914e51464dfd14c.zip u-boot-imx-a69214dc719862b8433608d7e914e51464dfd14c.tar.gz u-boot-imx-a69214dc719862b8433608d7e914e51464dfd14c.tar.bz2 |
video: mxc_ipuv3_fb: stash frame buffer pointer in global data.
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 <eric.nelson@boundarydevices.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/CarMediaLab')
0 files changed, 0 insertions, 0 deletions