summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-10-24 08:57:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-26 06:21:19 +0200
commit34e8b2efc7ad373777a9ce6f847359f47e60d056 (patch)
treec6a1feac38feb8b3d7007d0bc086b20da0bfeeb0
parentc2b65f066a6bf277203a8c5298e9c232ebf4d6f6 (diff)
downloadbarebox-34e8b2efc7ad373777a9ce6f847359f47e60d056.tar.gz
barebox-34e8b2efc7ad373777a9ce6f847359f47e60d056.tar.xz
ARM64: cpu: select HAVE_PBL_MULTI_IMAGES globally
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@pengutronix.de> Link: https://lore.barebox.org/20221024065716.1215046-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/cpu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index 9b5a833abf..3ef3604737 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