commit | 605d2b45ac609266810d1ab25591704b00774fe1 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Sat Aug 03 07:22:51 2013 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Aug 10 10:47:48 2013 +0200 |
tree | d3589afbc138f56232ac73cacdd51325749bf7ab | |
parent | bb2caa978da598d6a665406feef49f427be4c05c [diff] |
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>