aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-02-15 14:59:51 -0500
committerTom Rini <trini@konsulko.com>2023-02-15 22:14:14 -0500
commitb51f05b9f1f3169e823c8ebba761910f5894e042 (patch)
treebbcc4946c9d30a86b07e14c99f0dba2d7da93c94
parenteb82fbb8689ddd0e6b6269c6a0ab9bd74cf9e70b (diff)
downloadu-boot-b51f05b9f1f3169e823c8ebba761910f5894e042.zip
u-boot-b51f05b9f1f3169e823c8ebba761910f5894e042.tar.gz
u-boot-b51f05b9f1f3169e823c8ebba761910f5894e042.tar.bz2
arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64
We need to be calling arch_early_init_r() on 64bit mvebu platforms, so move this to a select. Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bd7fffc..724cbdd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -588,6 +588,7 @@ config ARCH_KIRKWOOD
config ARCH_MVEBU
bool "Marvell MVEBU family (Armada XP/375/38x/3700/7K/8K)"
+ select ARCH_EARLY_INIT_R if ARM64
select DM
select DM_SERIAL
select DM_SPI