From c0cef3d444ea05541b8170863eb591ffa9fb853a Mon Sep 17 00:00:00 2001 From: Eugen Hristev Date: Fri, 31 Jul 2020 12:02:31 +0300 Subject: [PATCH] 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 (cherry picked from commit 33003a47c505ba38b58f7f58c34b7a7c50879b24) Signed-off-by: Peter Korsgaard --- boot/at91bootstrap3/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index faab7635da..bd3873860b 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: