Merge with /home/tur/git/u-boot#cm5200-si
[platform/kernel/u-boot.git] / lib_arm / cache.c
index 4f3cbc2..61ee9d3 100644 (file)
 
 /* for now: just dummy functions to satisfy the linker */
 
+#include <common.h>
+
 void  flush_cache (unsigned long dummy1, unsigned long dummy2)
 {
+#ifdef CONFIG_OMAP2420
+       void arm1136_cache_flush(void);
+
+       arm1136_cache_flush();
+#endif
        return;
 }