u-boot/cpu/arm_cortexa8
Tom Rix 6bb6e6c75e 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>
2009-07-18 22:36:32 +02:00
..
omap3 Coding style cleanup; update CHANGELOG 2009-07-07 22:35:02 +02:00
Makefile OMAP3: Add common cpu and start code 2009-01-24 17:51:21 +01:00
config.mk Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
cpu.c OMAP3 Fix compiler warning for v7_flush_dcache_all 2009-07-18 22:36:32 +02:00
start.S Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
u-boot.lds arm: unify linker script 2009-06-12 20:39:52 +02:00