]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP3 Fix compiler warning for v7_flush_dcache_all
authorTom Rix <Tom.Rix@windriver.com>
Tue, 30 Jun 2009 20:04:13 +0000 (15:04 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Jul 2009 20:36:32 +0000 (22:36 +0200)
commit6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
tree7ba3777738f3f8644c164f8dc11d27116e8b130f
parentdba107b967332fc8a35867f4d58038626c968800
OMAP3 Fix compiler warning for v7_flush_dcache_all

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 <Tom.Rix@windriver.com>
cpu/arm_cortexa8/cpu.c