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

11 Sep
2018
11 Sep
'18
12:56 p.m.
Enable DCache, there is no reason for it to be disabled anymore.
Signed-off-by: Marek Vasut marex@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
2430
Age (days ago)
2430
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marek Vasut