diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2016-05-13 22:57:16 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-06-03 22:25:25 +0300 |
commit | 5fdb884267890b26fdfd5ff5ddaf596745b9ab43 (patch) | |
tree | 34fdec4360ae8b9e717124a369f9426de6891410 /arch/arm | |
parent | c3d66602e0bb93c8070a02a901cc80963b5482b9 (diff) | |
download | linux-5fdb884267890b26fdfd5ff5ddaf596745b9ab43.tar.xz |
ARM: dts: sunxi: Add OLinuXino Lime2 eMMC to the Makefile
commit 27dd9af6bc000ab21fd ("ARM: dts: sunxi: Add a olinuxino-lime2-emmc")
added the new emmc equipped lime2 but forgot its Makefile.
This patch adds an entry to the Makefile.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 06b6c2d695bf..414b42710a36 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -741,6 +741,7 @@ dtb-$(CONFIG_MACH_SUN7I) += \ sun7i-a20-olimex-som-evb.dtb \ sun7i-a20-olinuxino-lime.dtb \ sun7i-a20-olinuxino-lime2.dtb \ + sun7i-a20-olinuxino-lime2-emmc.dtb \ sun7i-a20-olinuxino-micro.dtb \ sun7i-a20-orangepi.dtb \ sun7i-a20-orangepi-mini.dtb \ |