Re: [U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo

2013-08-10 Thread Anatolij Gustschin
On Sat, 3 Aug 2013 07:22:51 +0200 Heiko Schocher wrote: > without this patch the bdinfo command shows: > U-Boot# bd > arch_number = 0x10DC > [...] > sp start= 0x8EF32F20 > FB base = 0x > > with this patch it shows the address where the framebuffer > for this video driver sta

Re: [U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo

2013-08-06 Thread Tom Rini
On Sat, Aug 03, 2013 at 07:22:51AM +0200, Heiko Schocher wrote: > without this patch the bdinfo command shows: > U-Boot# bd > arch_number = 0x10DC > [...] > sp start= 0x8EF32F20 > FB base = 0x > > with this patch it shows the address where the framebuffer > for this video driv

[U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo

2013-08-02 Thread Heiko Schocher
without this patch the bdinfo command shows: U-Boot# bd arch_number = 0x10DC [...] sp start= 0x8EF32F20 FB base = 0x with this patch it shows the address where the framebuffer for this video driver start: arch_number = 0x10DC [...] sp start= 0x8EF32F20 FB base = 0x