From: Grazvydas Ignotas Date: Tue, 27 Dec 2011 22:34:34 +0000 (+0200) Subject: Revert "armv7: disable L2 cache in cleanup_before_linux()" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4194db72d5d64978adc05e2eec11add13008ac22;p=pandora-u-boot.git Revert "armv7: disable L2 cache in cleanup_before_linux()" This reverts commit dc7100f4080952798413fb63bb4134b22c57623a. We still need this for the old kernels.. --- diff --git a/arch/arm/cpu/armv7/cpu.c b/arch/arm/cpu/armv7/cpu.c index 662c4962e6e..091e3e0842d 100644 --- a/arch/arm/cpu/armv7/cpu.c +++ b/arch/arm/cpu/armv7/cpu.c @@ -65,7 +65,6 @@ int cleanup_before_linux(void) * dcache_disable() in turn flushes the d-cache and disables MMU */ dcache_disable(); - v7_outer_cache_disable(); /* * After D-cache is flushed and before it is disabled there may