From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 10 Aug 2013 11:02:42 +0200 Subject: [U-Boot] [PATCH 5/7] video, da8xx-fb: show fb addr in bdinfo In-Reply-To: <1375507373-13785-6-git-send-email-hs@denx.de> References: <1375507373-13785-1-git-send-email-hs@denx.de> <1375507373-13785-6-git-send-email-hs@denx.de> Message-ID: <20130810110242.50a16334@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 3 Aug 2013 07:22:51 +0200 Heiko Schocher 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 > Cc: Anatolij Gustschin > Cc: Tom Rini > --- > drivers/video/da8xx-fb.c | 1 + > 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+) Applied to u-boot-video/master, thanks! Anatolij