[U-Boot] [PATCH] ARM: socfpga: Enable DCache on Arria10

Marek Vasut marex at denx.de
Tue Sep 11 10:56:32 UTC 2018


Enable DCache, there is no reason for it to be disabled anymore.

Signed-off-by: Marek Vasut <marex at denx.de>
---
 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



More information about the U-Boot mailing list