mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
arm: mvebu: Remove unused ARMADA_64BIT
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>
This commit is contained in:
parent
008468fa35
commit
1001a0ab46
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ config ARMADA_32BIT
|
||||||
select TRANSLATION_OFFSET
|
select TRANSLATION_OFFSET
|
||||||
select SPL_SYS_NO_VECTOR_TABLE if SPL
|
select SPL_SYS_NO_VECTOR_TABLE if SPL
|
||||||
|
|
||||||
config ARMADA_64BIT
|
|
||||||
bool
|
|
||||||
select ARM64
|
|
||||||
|
|
||||||
# ARMv7 SoCs...
|
# ARMv7 SoCs...
|
||||||
config ARMADA_375
|
config ARMADA_375
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in a new issue