]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video, da8xx-fb: show fb addr in bdinfo
authorHeiko Schocher <hs@denx.de>
Sat, 3 Aug 2013 05:22:51 +0000 (07:22 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Aug 2013 08:47:48 +0000 (10:47 +0200)
commit4e0236265cf9ed2c265a01d943fa8bcb3cbb09d9
treed3589afbc138f56232ac73cacdd51325749bf7ab
parent765f2f083fefbfc1e8fb4ef5e4f32d254b54ed16
video, da8xx-fb: show fb addr in bdinfo

without this patch the bdinfo command shows:
U-Boot# bd
arch_number = 0x000010DC
[...]
sp start    = 0x8EF32F20
FB base     = 0x00000000

with this patch it shows the address where the framebuffer
for this video driver start:

arch_number = 0x000010DC
[...]
sp start    = 0x8EF32F20
FB base     = 0x8EF3C788

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Tom Rini <trini@ti.com>
Acked-by: Tom Rini <trini@ti.com>
drivers/video/da8xx-fb.c