diff options
author | Tim Schendekehl <tim.schendekehl@egnite.de> | 2012-04-24 18:47:59 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-04-27 23:23:22 +0800 |
commit | 26690863e2c1fa4fee5f6137b219f4b8a1a02287 (patch) | |
tree | b879229a49fadd46aef80d6ae2ccc3a2dec91dd6 /arch/arm/mach-at91/Makefile.boot | |
parent | df8267487c7f8d707faca430f4d759dbc2dad6f5 (diff) | |
download | blackbird-obmc-linux-26690863e2c1fa4fee5f6137b219f4b8a1a02287.tar.gz blackbird-obmc-linux-26690863e2c1fa4fee5f6137b219f4b8a1a02287.zip |
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 # Keep dtb files sorted alphabetically for each SoC # sam9260 +dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb # sam9263 |