]> git.sur5r.net Git - u-boot/blobdiff - lib_arm/cache.c
CFI: Small cleanup for FLASH_SHOW_PROGRESS
[u-boot] / lib_arm / cache.c
index 4f3cbc229282013f210a59b49004394ede942a73..61ee9d3b13b96bfc5b8387a78de4edf990a5b166 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;
 }