]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Add select on ARCH_EARLY_INIT_R if ARM64
authorTom Rini <trini@konsulko.com>
Thu, 16 Feb 2023 03:36:48 +0000 (22:36 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 20:32:25 +0000 (15:32 -0500)
commitefb0aa7bf5e3820992b703d731d38a6f6d6fd933
treebbe93a91133e0786a81cab1291471ff1658c297b
parente7348a7c745fe454046c492a53d17b70b51ad6ba
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>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/Kconfig