From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Wed, 15 Feb 2012 16:52:19 +0100 Subject: [U-Boot] [PATCH 2/3] tt01: add video support In-Reply-To: <1327933315-11197-3-git-send-email-helmut.raiger@hale.at> References: <4F1807A9.9010203@hale.at> <1327933315-11197-1-git-send-email-helmut.raiger@hale.at> <1327933315-11197-3-git-send-email-helmut.raiger@hale.at> Message-ID: <4F3BD4B3.8070404@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- 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 =====================================================================