]> git.baikalelectronics.ru Git - uboot.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)
commit07d8fac5e75b6b96478acbbbebe576ed6e4f4d3c
treebbe93a91133e0786a81cab1291471ff1658c297b
parent4cc1ccbbcb094d14fa9e5e45fda63137cfa67859
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