diff options
author | Lars Persson <lars.persson@axis.com> | 2016-02-11 17:06:18 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-24 13:56:55 -0800 |
commit | f68a4535a45f9e585c92d2a8f88eb6a8bc32689d (patch) | |
tree | 530421b371d740c2a3427afd5e54dc5ccac40442 /arch/arm/boot/dts/Makefile | |
parent | f56454fa9050b9c6fd72bd802e8a5e555afd9527 (diff) |
ARM: dts: artpec: add Artpec-6 development board dts
Signed-off-by: Lars Persson <larper@axis.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 30d316dc050f..21d9ed6be17d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -2,6 +2,8 @@ ifeq ($(CONFIG_OF),y) dtb-$(CONFIG_ARCH_ALPINE) += \ alpine-db.dtb +dtb-$(CONFIG_MACH_ARTPEC6) += \ + artpec6-devboard.dtb dtb-$(CONFIG_MACH_ASM9260) += \ alphascale-asm9260-devkit.dtb # Keep at91 dtb files sorted alphabetically for each SoC |