summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-06-09 07:59:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-17 08:28:55 +0200
commit397a8edb7daafde37d8677f28f5023baf6101e97 (patch)
tree9b8b6edde5dd44804c8bfc0776b50f0a0e126dfa
parent32c185d62d6b6009cf35bb50cbc5e3fece3e09ec (diff)
downloadbarebox-397a8edb7daafde37d8677f28f5023baf6101e97.tar.gz
barebox-397a8edb7daafde37d8677f28f5023baf6101e97.tar.xz
ARM: cpu: remove unused SYS_SUPPORTS_32BIT_KERNEL
This symbol only serves hiding CONFIG_32BIT and was so far not set anywhere, so just drop it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220609055922.667016-13-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/Kconfig2
-rw-r--r--arch/arm/cpu/Kconfig3
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8c8a8d69c0..a96692b14d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -393,7 +393,7 @@ choice
config 32BIT
bool "32-bit barebox"
- depends on CPU_SUPPORTS_32BIT_KERNEL && SYS_SUPPORTS_32BIT_KERNEL
+ depends on CPU_SUPPORTS_32BIT_KERNEL
help
Select this option if you want to build a 32-bit barebox.
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index f3cf2750e9..9b5a833abf 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -155,9 +155,6 @@ config CACHE_L2X0
bool "Enable L2x0 PrimeCell"
depends on MMU && ARCH_HAS_L2X0
-config SYS_SUPPORTS_32BIT_KERNEL
- bool
-
config CPU_SUPPORTS_32BIT_KERNEL
bool