summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/at91sam9261ek_bootstrap_defconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-03-01 14:19:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-03-07 10:39:30 +0100
commitb652055fabf49472a5a9f367573c02e5a2e65ad4 (patch)
treef2ed36f83f0edffc5e9da69e6377c97923864048 /arch/arm/configs/at91sam9261ek_bootstrap_defconfig
parent8e544cd9cfd66ff6062490265644d6b232c41cac (diff)
downloadbarebox-b652055fabf49472a5a9f367573c02e5a2e65ad4.tar.gz
barebox-b652055fabf49472a5a9f367573c02e5a2e65ad4.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/at91sam9261ek_bootstrap_defconfig')
-rw-r--r--arch/arm/configs/at91sam9261ek_bootstrap_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/at91sam9261ek_bootstrap_defconfig b/arch/arm/configs/at91sam9261ek_bootstrap_defconfig
index 3de1d78c6f..61ead6282b 100644
--- a/arch/arm/configs/at91sam9261ek_bootstrap_defconfig
+++ b/arch/arm/configs/at91sam9261ek_bootstrap_defconfig
@@ -1,3 +1,4 @@
+CONFIG_ARCH_AT91=y
CONFIG_ARCH_AT91SAM9261=y
CONFIG_AT91_BOOTSTRAP=y
CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x27000