[U-Boot] [PATCH 2/3] tt01: add video support
Stefano Babic
sbabic at denx.de
Wed Feb 15 16:52:19 CET 2012
On 30/01/2012 15:21, Helmut Raiger wrote:
> The video setup for the Epson display is provided. Addtionally
> some extra info is displayed next to the Linux logo.
>
> Signed-off-by: Helmut Raiger <helmut.raiger at hale.at>
> ---
Hi Helmut,
> +#ifdef CONFIG_CONSOLE_EXTRA_INFO
> +void video_get_info_str(int line_number, char *info)
> +{
> + u32 srev = get_cpu_rev();
I get a warning here :
tt01.c:235:2: warning: implicit declaration of function 'get_cpu_rev'
[-Wimplicit-function-declaration]
The prototype must be added to ./arch/arm/include/asm/arch-mx31/sys_proto.h.
Can you fix and resubmit ?
Thanks,
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
More information about the U-Boot
mailing list