]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "ARM: zynqmp: Extend cache handling"
authorMichal Simek <michal.simek@xilinx.com>
Fri, 18 Mar 2016 17:14:32 +0000 (18:14 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 17 Jun 2016 08:52:45 +0000 (10:52 +0200)
This reverts commit 88d67cb1b4425496607ceaadf893b46a61d304a8.

This patch was in the tree for Silicon bringup. It is not needed
anymore.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/Kconfig
include/configs/xilinx_zynqmp.h

index 405781ee0d0fcc3e4772c29835b837a85a323208..95323e22def57af4ff55634afc28e21d6b76b207 100644 (file)
@@ -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
index 12599a7e6b186c104297e72f287338566d3e1d2b..b449994e8d901428b0fd0638dafa9dd84192b43f 100644 (file)
 #define CONFIG_BOARD_EARLY_INIT_R
 #define CONFIG_CLOCKS
 
-#define CONFIG_CMD_CACHE
-
 #endif /* __XILINX_ZYNQMP_H */