Message ID | 1463047851-2039-1-git-send-email-oliver@schinagl.nl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Olliver, On Thu, May 12, 2016 at 12:10:51PM +0200, Olliver Schinagl wrote: > commit 27dd9af6bc (ARM: dts: sunxi: Add a olinuxino-lime2-emmc added the new > emmc equipped) lime2 but forgot its Makefile. This is still not the right commit format, the commit title should be around double quotes. checkpatch both reports an error for this and tells you what the proper format is, so please remember to use it before you're sending a patch. Thanks! Maxime
and now i'm embarrassed and ashamed. Teaches me not to rush things, right? i'll correct it and take some time to do it right. sorry maxime! On 13-05-16 09:48, Maxime Ripard wrote: > Hi Olliver, > > On Thu, May 12, 2016 at 12:10:51PM +0200, Olliver Schinagl wrote: >> commit 27dd9af6bc (ARM: dts: sunxi: Add a olinuxino-lime2-emmc added the new >> emmc equipped) lime2 but forgot its Makefile. > This is still not the right commit format, the commit title should be > around double quotes. checkpatch both reports an error for this and > tells you what the proper format is, so please remember to use it > before you're sending a patch. > > Thanks! > Maxime >
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 \
commit 27dd9af6bc (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> --- Changes since v0: Added proper commit reference. arch/arm/boot/dts/Makefile | 1 + 1 file changed, 1 insertion(+)