All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/atmel: add flasher.sh support for at91sam9260ek
@ 2018-04-04 22:55 Joshua Henderson
  0 siblings, 0 replies; only message in thread
From: Joshua Henderson @ 2018-04-04 22:55 UTC (permalink / raw)
  To: buildroot

Add support to the flasher.sh script for the at91sam9260-ek board which
complements the existing at91sam9260eknf_defconfig.

Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
---
 board/atmel/flasher.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/board/atmel/flasher.sh b/board/atmel/flasher.sh
index 5064b0b..99050e4 100755
--- a/board/atmel/flasher.sh
+++ b/board/atmel/flasher.sh
@@ -4,6 +4,10 @@ BUILDIR=$1
 TTY=$2
 BOARD=$3
 
+family_at91sam9260ek="at91sam9260ek"
+mach_at91sam9260ek="at91sam9260-ek"
+dtb_at91sam9260ek="at91sam9260ek.dtb"
+
 family_at91sam9g45m10ek="at91sam9m10g45ek"
 mach_at91sam9g45m10ek="at91sam9m10-g45-ek"
 dtb_at91sam9g45m10ek="at91sam9m10g45ek.dtb"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-04 22:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04 22:55 [Buildroot] [PATCH] board/atmel: add flasher.sh support for at91sam9260ek Joshua Henderson

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.