Enable DCache, there is no reason for it to be disabled anymore. Signed-off-by: Marek Vasut <[email protected]> --- include/configs/socfpga_arria10_socdk.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/include/configs/socfpga_arria10_socdk.h b/include/configs/socfpga_arria10_socdk.h index 58e446b60a..f9a54424a3 100644 --- a/include/configs/socfpga_arria10_socdk.h +++ b/include/configs/socfpga_arria10_socdk.h @@ -15,9 +15,6 @@ /* * U-Boot general configurations */ -/* Cache options */ -#define CONFIG_SYS_DCACHE_OFF - /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 -- 2.18.0 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

