diff options
author | Heiko Schocher <hs@denx.de> | 2016-05-25 07:23:47 +0200 |
---|---|---|
committer | Andreas Bießmann <andreas@biessmann.org> | 2016-06-26 20:17:22 +0200 |
commit | 13ee78907418872cc2c7943e3a82183af8229e8a (patch) | |
tree | 6ad7ac3ebe27f4a81a9247cf99ec239b87833f85 /arch/arm/dts/Makefile | |
parent | ae21e964d831e9544f1398a63d6f082570bd17fe (diff) | |
download | u-boot-imx-13ee78907418872cc2c7943e3a82183af8229e8a.zip u-boot-imx-13ee78907418872cc2c7943e3a82183af8229e8a.tar.gz u-boot-imx-13ee78907418872cc2c7943e3a82183af8229e8a.tar.bz2 |
arm: at91: smartweb: add DM and DTS support
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
[rebased on current ToT]
Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 5338a39..63b86f1 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -2,7 +2,8 @@ # SPDX-License-Identifier: GPL-2.0+ # -dtb-$(CONFIG_AT91FAMILY) += at91sam9g45-corvus.dtb \ +dtb-$(CONFIG_AT91FAMILY) += at91sam9260-smartweb.dtb \ + at91sam9g45-corvus.dtb \ at91sam9g45-gurnard.dtb dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb |