aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/proc-armv/system.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-27 13:35:47 -0400
committerTom Rini <trini@konsulko.com>2022-07-08 17:57:33 -0400
commit95cc3efcc1ec22be2c649ef4cdc065fa9f7fb697 (patch)
tree38a22a6aae38cb1e4a9216529d11f4f18febe18e /arch/arm/include/asm/proc-armv/system.h
parent38d091ac1d2d57612adb53b802609a7c3dcdbe3d (diff)
downloadu-boot-95cc3efcc1ec22be2c649ef4cdc065fa9f7fb697.zip
u-boot-95cc3efcc1ec22be2c649ef4cdc065fa9f7fb697.tar.gz
u-boot-95cc3efcc1ec22be2c649ef4cdc065fa9f7fb697.tar.bz2
arm: Remove strongarm support
There are no platforms using this architecture anymore, remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/proc-armv/system.h')
-rw-r--r--arch/arm/include/asm/proc-armv/system.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/proc-armv/system.h b/arch/arm/include/asm/proc-armv/system.h
index c61374e..a1f59d9 100644
--- a/arch/arm/include/asm/proc-armv/system.h
+++ b/arch/arm/include/asm/proc-armv/system.h
@@ -163,8 +163,7 @@
#endif /* CONFIG_ARM64 */
-#if defined(CONFIG_CPU_SA1100) || defined(CONFIG_CPU_SA110) || \
- defined(CONFIG_ARM64)
+#if defined(CONFIG_ARM64)
/*
* On the StrongARM, "swp" is terminally broken since it bypasses the
* cache totally. This means that the cache becomes inconsistent, and,