From: Michal Simek Date: Fri, 18 Mar 2016 17:14:32 +0000 (+0100) Subject: Revert "ARM: zynqmp: Extend cache handling" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1390cebea6965d3827446a039086a90a40ebe8e8;p=thirdparty%2Fu-boot.git Revert "ARM: zynqmp: Extend cache handling" This reverts commit 88d67cb1b4425496607ceaadf893b46a61d304a8. This patch was in the tree for Silicon bringup. It is not needed anymore. Signed-off-by: Michal Simek --- diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig index 405781ee0d0..95323e22def 100644 --- a/arch/arm/cpu/armv8/zynqmp/Kconfig +++ b/arch/arm/cpu/armv8/zynqmp/Kconfig @@ -49,12 +49,4 @@ config NAND_ARASAN config ZYNQMP_USB bool "Configure ZynqMP USB" -config SYS_DCACHE_OFF - bool "Do not use Data Cache" - default n - -config SYS_ICACHE_OFF - bool "Do not use Instruction Cache" - default n - endif diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 12599a7e6b1..b449994e8d9 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -319,6 +319,4 @@ #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_CLOCKS -#define CONFIG_CMD_CACHE - #endif /* __XILINX_ZYNQMP_H */