u-boot/arch/sh/cpu/sh4
Mike Frysinger 172106433b sh: avoid multiple definition errors with cache funcs
Recent builds for SH4 boards fail with a lot of errors like:
	cmd_mem.o: In function 'dcache_invalid_range':
	include/asm/cache.h:25: multiple definition of 'dcache_invalid_range'
	include/asm/cache.h:25: first defined here

This is due to the funcs being defined in the header, but not static
or inline or extern.  So move them to the sh4-specific cache.c file.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2011-12-02 13:46:21 +09:00
..
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
cache.c sh: avoid multiple definition errors with cache funcs 2011-12-02 13:46:21 +09:00
config.mk sh: Move cpu/$CPU to arch/sh/cpu/$CPU 2010-04-13 09:13:17 +02:00
cpu.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
interrupts.c sh: Move cpu/$CPU to arch/sh/cpu/$CPU 2010-04-13 09:13:17 +02:00
start.S sh: Fix build in start.S 2010-11-30 09:30:26 +09:00
u-boot.lds rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
watchdog.c sh: Add trigger_address_error and support cpu reset 2010-06-28 11:58:34 +09:00