]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/siemens/common/board.c
am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
[karo-tx-uboot.git] / board / siemens / common / board.c
index 32d2ee4de9490d5b0e4ea308f87d222d33f815fd..7e8731bb3b9a4eaac210a7ff3a1f7aa1e8c65928 100644 (file)
@@ -159,13 +159,4 @@ U_BOOT_CMD(
        "Sends U-Boot into infinite loop",
        ""
 );
-
-#ifndef CONFIG_SYS_DCACHE_OFF
-void enable_caches(void)
-{
-       printf("Enable d-cache\n");
-       /* Enable D-cache. I-cache is already enabled in start.S */
-       dcache_enable();
-}
-#endif /* CONFIG_SYS_DCACHE_OFF */
 #endif /* !CONFIG_SPL_BUILD */