From: Eugen Hristev Date: Fri, 31 Jul 2020 09:02:31 +0000 (+0300) Subject: boot/at91bootstrap3: enable for cortexa7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33003a47c505ba38b58f7f58c34b7a7c50879b24;p=buildroot.git boot/at91bootstrap3: enable for cortexa7 Enable this bootloader for cortex a7 based SoCs: support for the sama7g5 SoC is now in upstream at91bootstrap3, and it is a Cortex-A7 based SoC. Signed-off-by: Eugen Hristev Signed-off-by: Thomas Petazzoni --- diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index ccbb531833..5492ace8fb 100644 --- a/boot/at91bootstrap3/Config.in +++ b/boot/at91bootstrap3/Config.in @@ -1,6 +1,6 @@ config BR2_TARGET_AT91BOOTSTRAP3 bool "AT91 Bootstrap 3" - depends on BR2_arm926t || BR2_cortex_a5 + depends on BR2_arm926t || BR2_cortex_a5 || BR2_cortex_a7 help AT91Bootstrap is a first level bootloader for the Atmel AT91 devices. It integrates algorithms for: