u-boot/arch/m68k/lib
Wu, Josh 4dbe4b168b m68k: cache: add an empty stub functions for invalidate/flush dcache
Since some driver like ohci, lcd used dcache functions. But m68k don't
implement the invalidate_dcache_range()/flush_dcache_range() functions.

To avoid compiling errors this patch adds an weak empty stub function
for all m68k cpu.

Also each cpu can implement its own implementation. If not implemented
then by default is using an empty function.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Angelo Dureghello <angelo@sysam.it>
2015-08-12 20:47:46 -04:00
..
Makefile m68k: remove arch/m68k/lib/board.c 2015-03-28 09:03:08 -04:00
bootm.c m68k: Fix warnings with gcc 4.6 2014-06-11 16:27:05 -04:00
cache.c m68k: cache: add an empty stub functions for invalidate/flush dcache 2015-08-12 20:47:46 -04:00
interrupts.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
time.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
traps.c Coding Style cleanup: replace leading SPACEs by TABs 2013-10-14 16:06:54 -04:00