]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm_cortexa8/cpu.c
OMAP3 Fix compiler warning for v7_flush_dcache_all
[u-boot] / cpu / arm_cortexa8 / cpu.c
index 822ee7d97e2c87168b967898cc41e2e6a0c36374..5a5981e4054fada5a3aff183e18efed8844f7537 100644 (file)
@@ -35,6 +35,9 @@
 #include <command.h>
 #include <asm/system.h>
 #include <asm/cache.h>
+#ifndef CONFIG_L2_OFF
+#include <asm/arch/sys_proto.h>
+#endif
 
 static void cache_flush(void);