MX31: mx31pdk: drop enable_caches from board file
[platform/kernel/u-boot.git] / board / freescale / mx31pdk / mx31pdk.c
index 1d7b4f6..9f8bc53 100644 (file)
@@ -71,19 +71,11 @@ int board_early_init_f(void)
        return 0;
 }
 
-void enable_caches(void)
-{
-       icache_enable();
-       dcache_enable();
-}
-
 int board_init(void)
 {
        /* adress of boot parameters */
        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
 
-       enable_caches();
-
        return 0;
 }