]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm_cortexa8/omap3/board.c
OMAP3 Move cache routine to cache.S
[u-boot] / cpu / arm_cortexa8 / omap3 / board.c
index b8bd0524af9b527b689437293a0ea38fc7ae468f..dd2c94073b3805494cdc1a476c23c8ec62075fee 100644 (file)
@@ -201,7 +201,7 @@ void s_init(void)
         * Right now flushing at low MPU speed.
         * Need to move after clock init
         */
-       v7_flush_dcache_all(get_device_type());
+       invalidate_dcache(get_device_type());
 #ifndef CONFIG_ICACHE_OFF
        icache_enable();
 #endif