commit | 208bba272f462917fb7e8624a4cf960d6375eb78 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 15 22:36:48 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 15:32:25 2023 -0500 |
tree | bbe93a91133e0786a81cab1291471ff1658c297b | |
parent | a6980b85086c69638abd9c6fbdaf1215f9ed8077 [diff] |
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>