From 5af3a22b87cf8a248da7ca70f56dbe8fab108734 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 12 Oct 2020 21:35:59 +0200 Subject: v7a: barebox: add new rule for sama5d2 support Later commits will have the v7a platform generate an image for Cortex-A5 based sama5d2 as well. Import here a new barebox-at91 rule that extends the barebox-common rule to provide support for the two sama5d27 boards supported by barebox: barebox-sama5d27-som1-ek.img barebox-sama5d27-som1-ek-xload-mmc.img barebox-groboards-sama5d27-giantboard.img barebox-groboards-sama5d27-giantboard-xload-mmc.img Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/platformconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/platform-v7a/platformconfig') diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index a94a765..9fdfac7 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -172,6 +172,7 @@ PTXCONF_BAREBOX_COMMON_MD5="907dc813298fcded06fa9c788d3fb6c8" PTXCONF_BAREBOX_COMMON_NEEDS_HOST_LZOP=y PTXCONF_BAREBOX_AM335X_MLO=y PTXCONF_BAREBOX_AM335X=y +PTXCONF_BAREBOX_AT91=y PTXCONF_BAREBOX_MX6=y PTXCONF_BAREBOX_RPI2=y PTXCONF_BAREBOX_STM32MP=y -- cgit v1.2.3