]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/altera/socfpga/socfpga_cyclone5.c
arm: socfpga: cache: Enable D-Cache
[karo-tx-uboot.git] / board / altera / socfpga / socfpga_cyclone5.c
index 41498421c1fbbef1ba566ca4145183dc61e8a7f8..6b982778be0780146a5cebc6f5137a4579d2dc65 100644 (file)
@@ -35,6 +35,7 @@ int board_early_init_f(void)
 int board_init(void)
 {
        icache_enable();
+       dcache_enable();
 
        /* Address of boot parameters for ATAG (if ATAG is used) */
        gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;