diff options
author | Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com> | 2018-04-06 20:57:46 (GMT) |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-07 07:05:32 (GMT) |
commit | b7c885ea3ff4883a7e33d4604b2d057814d0ca32 (patch) | |
tree | c1f220fdece5bc484ae4f9b9729b8c7652110968 | |
parent | c15873e020dd48ea71f55ac36a0e6639add223b5 (diff) | |
download | buildroot-b7c885ea3ff4883a7e33d4604b2d057814d0ca32.tar.gz buildroot-b7c885ea3ff4883a7e33d4604b2d057814d0ca32.tar.bz2 |
atmel: add support for at91sam9g20ek to flasher.sh
Adds support for the at91sam9g20-ek board to the flasher.sh script.
Signed-off-by: Prasanthi Chellakumar <prasanthi.chellakumar@microchip.com>
Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rwxr-xr-x | board/atmel/flasher.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/atmel/flasher.sh b/board/atmel/flasher.sh index 8cae6af..a7409ce 100755 --- a/board/atmel/flasher.sh +++ b/board/atmel/flasher.sh @@ -20,6 +20,10 @@ family_at91sam9g15ek="at91sam9x5ek" mach_at91sam9g15ek="at91sam9g15-ek" dtb_at91sam9g15ek="at91sam9g15ek.dtb" +family_at91sam9g20ek="at91sam9g20ek" +mach_at91sam9g20ek="at91sam9g20-ek" +dtb_at91sam9g20ek="at91sam9g20ek.dtb" + family_at91sam9g25ek="at91sam9x5ek" mach_at91sam9g25ek="at91sam9g25-ek" dtb_at91sam9g25ek="at91sam9g25ek.dtb" @@ -98,6 +102,7 @@ Available boards: at91sam9g45m10ek at91sam9rlek at91sam9g15ek + at91sam9g20ek at91sam9g25ek at91sam9x25ek at91sam9g35ek |