]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_m68k/cache.c
* Some code cleanup
[karo-tx-uboot.git] / lib_m68k / cache.c
similarity index 83%
rename from cpu/coldfire/fec.h
rename to lib_m68k/cache.c
index a49417c66647dba4f5cb64b4d1e191fe3260bab8..84fb6c2fbca24611b9176df4adf3289746245982 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2000
+ * (C) Copyright 2002
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  *
  * See file CREDITS for list of people who contributed to this
@@ -21,8 +21,9 @@
  * MA 02111-1307 USA
  */
 
-#ifndef        _FEC_H_
-#define        _FEC_H_
+#include <common.h>
 
-
-#endif /* _FEC_H_ */
+void flush_cache (ulong start_addr, ulong size)
+{
+       /* Must be implemented for all M68k processors with copy-back data cache */
+}