diff options
| author | Joshua Henderson <joshua.henderson@microchip.com> | 2018-04-06 13:55:04 -0700 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-07 09:04:58 +0200 |
| commit | 3f76d07548f707cbaa2231007f7b77d52a2f998d (patch) | |
| tree | 16f25817a0f153cd69f17ba8edd77b84c3010aae /board/atmel | |
| parent | 0577bcb06fc9fdc9e72e7300ee57ad4669ab4ce6 (diff) | |
| download | buildroot-3f76d07548f707cbaa2231007f7b77d52a2f998d.tar.gz buildroot-3f76d07548f707cbaa2231007f7b77d52a2f998d.zip | |
board/atmel: add flasher.sh support for at91sam9260ek
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'board/atmel')
| -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 c122760952..8cae6af906 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" @@ -90,6 +94,7 @@ Usage: $0 <builddir_path> <interface> <board> Available boards: + at91sam9260ek at91sam9g45m10ek at91sam9rlek at91sam9g15ek |

