]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: imx5: remove bogus #if
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 21 Oct 2013 13:51:50 +0000 (15:51 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 21 Oct 2013 13:51:50 +0000 (15:51 +0200)
arch/arm/cpu/armv7/mx5/soc.c

index 3ccea6738e2d2df7f127e936f3c4427eae31317f..978f8499ec4bec1d746582dd8c9ba92ecc5c9487 100644 (file)
@@ -137,7 +137,6 @@ void set_chipselect_size(int const cs_size)
        writel(reg, &iomuxc_regs->gpr1);
 }
 
-#if 1
 void cpu_cache_initialization(void)
 {
        printf("Enabling L2 cache\n");
@@ -148,7 +147,6 @@ void cpu_cache_initialization(void)
                : : : "r0", "memory"
                );
 }
-#endif
 
 #ifdef CONFIG_MX53
 void boot_mode_apply(unsigned cfg_val)