diff options
author | Tim Schendekehl <tim.schendekehl@egnite.de> | 2012-04-24 12:47:59 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-04-27 11:23:22 -0400 |
commit | 26690863e2c1fa4fee5f6137b219f4b8a1a02287 (patch) | |
tree | b879229a49fadd46aef80d6ae2ccc3a2dec91dd6 /arch/arm/mach-at91/Makefile.boot | |
parent | df8267487c7f8d707faca430f4d759dbc2dad6f5 (diff) |
Ethernut 5 board support
Add support for the Ethernut 5 open hardware design, based
on Atmel's AT91SAM9XE512 SoC.
Signed-off-by: Tim Schendekehl <tim.schendekehl@egnite.de>
Diffstat (limited to 'arch/arm/mach-at91/Makefile.boot')
-rw-r--r-- | arch/arm/mach-at91/Makefile.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index 99e80978c212..c03417ddbf0c 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot | |||
@@ -15,6 +15,7 @@ endif | |||
15 | 15 | ||
16 | # Keep dtb files sorted alphabetically for each SoC | 16 | # Keep dtb files sorted alphabetically for each SoC |
17 | # sam9260 | 17 | # sam9260 |
18 | dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb | ||
18 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb | 19 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb |
19 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb | 20 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb |
20 | # sam9263 | 21 | # sam9263 |