From b652055fabf49472a5a9f367573c02e5a2e65ad4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 1 Mar 2023 14:19:35 +0100 Subject: ARM: add multi-arch support This allows to build barebox for multiple arch/arm/mach-* for architectures that allow it. To get there we convert machine-y to a list. Architectures that want to support multi-arch must make sure that all boards support multi PBL support (i.e. select HAVE_PBL_MULTI_IMAGES). Also they must make sure that all initcalls can gracefully be executed on other SoCs. Two architectures that fulfil these requirements are added right from the start: i.MX and Rockchip. Signed-off-by: Sascha Hauer --- arch/arm/configs/at91sam9m10ihd_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/configs/at91sam9m10ihd_defconfig') diff --git a/arch/arm/configs/at91sam9m10ihd_defconfig b/arch/arm/configs/at91sam9m10ihd_defconfig index 490472f889..9507e36223 100644 --- a/arch/arm/configs/at91sam9m10ihd_defconfig +++ b/arch/arm/configs/at91sam9m10ihd_defconfig @@ -1,3 +1,4 @@ +CONFIG_ARCH_AT91=y CONFIG_ARCH_AT91SAM9G45=y CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x40000 CONFIG_AEABI=y -- cgit v1.2.3