Incoming changes to the macro definition of ENTRY_FUNCTION will result in removal of barebox_arm_head for ARM64. Besides ENTRY_FUNCTION itself, only remaining user would be the non-PBL and single-PBL case. We already mandate PBL for all ARM64 boards, so mandate them to be multi-image capable as well. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/cpu/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig index 9b5a833abfff..3ef360473765 100644 --- a/arch/arm/cpu/Kconfig +++ b/arch/arm/cpu/Kconfig @@ -16,6 +16,7 @@ config CPU_64 bool select PHYS_ADDR_T_64BIT select HAVE_PBL_IMAGE + select HAVE_PBL_MULTI_IMAGES select HAS_DMA # Select CPU types depending on the architecture selected. This selects -- 2.30.2