All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boot/at91bootstrap3: enable for cortexa7
@ 2020-07-31  9:02 Eugen Hristev
  2020-08-05 12:39 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2020-07-31  9:02 UTC (permalink / raw)
  To: buildroot

Enable this bootloader for cortex a7 based SoCs

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---

This is in preparation for our upcoming sama7g5 SoC featuring cortex A7.

 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:
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] boot/at91bootstrap3: enable for cortexa7
  2020-07-31  9:02 [Buildroot] [PATCH] boot/at91bootstrap3: enable for cortexa7 Eugen Hristev
@ 2020-08-05 12:39 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-08-05 12:39 UTC (permalink / raw)
  To: buildroot

On Fri, 31 Jul 2020 12:02:31 +0300
Eugen Hristev <eugen.hristev@microchip.com> wrote:

> Enable this bootloader for cortex a7 based SoCs
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---
> 
> This is in preparation for our upcoming sama7g5 SoC featuring cortex A7.

This would have been good to have in the commit log itself, to explain
the "why" of the change. So I've tweaked the commit log, and applied.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-05 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31  9:02 [Buildroot] [PATCH] boot/at91bootstrap3: enable for cortexa7 Eugen Hristev
2020-08-05 12:39 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.