summaryrefslogtreecommitdiff
path: root/cpu/arm_cortexa8/cpu.c
diff options
context:
space:
mode:
authorMinkyu Kang <[email protected]>2009-10-12 14:40:42 +0900
committerMinkyu Kang <[email protected]>2009-10-12 14:40:42 +0900
commitd43bc3d2d09022bcffa1302b8f51e7fabe2dc68a (patch)
tree96e0ec8676f5ea1b6776347a713382921055d408 /cpu/arm_cortexa8/cpu.c
parentbb3f0539fa398683c3d4a5478dc6970c86945bd1 (diff)
parent617da90c1dcf65428ddfb63fef897439950bc915 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'cpu/arm_cortexa8/cpu.c')
-rw-r--r--cpu/arm_cortexa8/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm_cortexa8/cpu.c b/cpu/arm_cortexa8/cpu.c
index 5a5981e4054..a01e0d605ff 100644
--- a/cpu/arm_cortexa8/cpu.c
+++ b/cpu/arm_cortexa8/cpu.c
@@ -64,7 +64,7 @@ int cleanup_before_linux(void)
/* turn off L2 cache */
l2_cache_disable();
/* invalidate L2 cache also */
- v7_flush_dcache_all(get_device_type());
+ invalidate_dcache(get_device_type());
#endif
i = 0;
/* mem barrier to sync up things */