Skip to content
  • Heiko Schocher's avatar
    video, da8xx-fb: show fb addr in bdinfo · 4e023626
    Heiko Schocher authored
    
    
    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: default avatarHeiko Schocher <hs@denx.de>
    Cc: Anatolij Gustschin <agust@denx.de>
    Cc: Tom Rini <trini@ti.com>
    Acked-by: default avatarTom Rini <trini@ti.com>
    4e023626