From 1390cebea6965d3827446a039086a90a40ebe8e8 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 18 Mar 2016 18:14:32 +0100 Subject: [PATCH] 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 --- arch/arm/cpu/armv8/zynqmp/Kconfig | 8 -------- include/configs/xilinx_zynqmp.h | 2 -- 2 files changed, 10 deletions(-) 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 */ -- 2.47.3