From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 19 Jul 2009 08:25:26 +0200 Subject: [U-Boot] [PATCH 1/1] OMAP3 Fix compiler warning for v7_flush_dcache_all In-Reply-To: <20090718203650.B265E832E416@gemini.denx.de> References: <1246392253-8431-1-git-send-email-Tom.Rix@windriver.com> <1246392253-8431-2-git-send-email-Tom.Rix@windriver.com> <20090718203650.B265E832E416@gemini.denx.de> Message-ID: <4A62BC56.1060800@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, Wolfgang Denk wrote: > Dear Tom Rix, > > In message <1246392253-8431-2-git-send-email-Tom.Rix@windriver.com> you wrote: >> On build of omap3 targets in MAKEALL, the *.ERR files have >> >> cpu.c: In function 'cleanup_before_linux': >> cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' >> cpu.c:64: warning: implicit declaration of function 'get_device_type >> >> The functions v7_flush_dcache_all and get_device_type are declared >> in include/asm-arm/arch-omap3/sys_proto.h, so use this file to >> declare the functions. >> >> Signed-off-by: Tom Rix >> --- >> cpu/arm_cortexa8/cpu.c | 3 +++ >> 1 files changed, 3 insertions(+), 0 deletions(-) > > Applied, thanks. Many thanks! I'm not sure, Tom will have the details, but there might be a newer version of this patch? http://lists.denx.de/pipermail/u-boot/2009-July/055543.html http://lists.denx.de/pipermail/u-boot/2009-July/055544.html Best regards Dirk