[U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo
Anatolij Gustschin
agust at denx.de
Sat Aug 10 11:02:42 CEST 2013
On Sat, 3 Aug 2013 07:22:51 +0200
Heiko Schocher <hs at denx.de> wrote:
> 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 at denx.de>
> Cc: Anatolij Gustschin <agust at denx.de>
> Cc: Tom Rini <trini at ti.com>
> ---
> drivers/video/da8xx-fb.c | 1 +
> 1 Datei geändert, 1 Zeile hinzugefügt(+)
Applied to u-boot-video/master, thanks!
Anatolij
More information about the U-Boot
mailing list