[PATCH] ARM: Kconfig: remove stale option CPU_V7_DCACHE_SKIP

Lucas Stach dev at lynxeye.de
Sun Mar 1 08:08:54 PST 2015


I stumbled across this option a few times already and always found it
to be at least confusing when and why it should be enabled.

Since commit b7451329b5d2 (ARM: OMAP3: invalidate L2 cache using ROM API)
it is actually unused and only adds confusion. Better remove it.

Signed-off-by: Lucas Stach <dev at lynxeye.de>
---
 arch/arm/Kconfig | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f682803bf1da..9b6c626dfbd1 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -298,14 +298,6 @@ endmenu
 
 menu "ARM specific settings"
 
-config CPU_V7_DCACHE_SKIP
-	bool "Skip DCache Invalidate"
-	depends on CPU_V7
-	default n
-	help
-	  If your architecture configuration uses some other method of disabling caches, enable this
-	  So that the D-Cache invalidation logic is skipped
-
 config ARM_OPTIMZED_STRING_FUNCTIONS
 	bool "use assembler optimized string functions"
 	help
-- 
2.1.0




More information about the barebox mailing list