Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1398778
| From | Olliver Schinagl <oliver@schinagl.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/1] devicetree: sunxi: Add OLinuXino Lime2 eMMC to the Makefile |
| Date | 2016-05-11 10:30 +0200 |
| Message-ID | <rxxGP-4ls-37@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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> --- Hi list, would it be possible to squash or atleast add this patch with/to my previous patch, ARM: dts: sunxi: Add a olinuxino-lime2-emmc? I mistakenly forgot to add the changes to the Makefile in the patch. Sorry, and thank you! Olliver arch/arm/boot/dts/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 95c1923..07f4cf8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -695,6 +695,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 \ -- 2.8.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/1] devicetree: sunxi: Add OLinuXino Lime2 eMMC to the Makefile Olliver Schinagl <oliver@schinagl.nl> - 2016-05-11 10:30 +0200 Re: [PATCH 1/1] devicetree: sunxi: Add OLinuXino Lime2 eMMC to the Makefile Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-05-11 15:20 +0200
csiph-web