projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
008468f
)
arm: mvebu: Remove unused ARMADA_64BIT
author
Chris Packham
<judge.packham@gmail.com>
Thu, 5 May 2022 02:09:34 +0000
(14:09 +1200)
committer
Stefan Roese
<sr@denx.de>
Mon, 16 May 2022 09:31:33 +0000
(11:31 +0200)
Nothing selects ARMADA_64BIT. Instead the 64-bit SoCs just select ARM64
directly. Remove the unused config item.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/Kconfig
b/arch/arm/mach-mvebu/Kconfig
index a3f273f4f949d8f25f311e3f3dc9e8ecf41510c6..c764439d50cf3f4c65249b3a00104739cff679d4 100644
(file)
--- a/
arch/arm/mach-mvebu/Kconfig
+++ b/
arch/arm/mach-mvebu/Kconfig
@@
-17,10
+17,6
@@
config ARMADA_32BIT
select TRANSLATION_OFFSET
select SPL_SYS_NO_VECTOR_TABLE if SPL
-config ARMADA_64BIT
- bool
- select ARM64
-
# ARMv7 SoCs...
config ARMADA_375
bool