diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-09-02 16:18:33 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-09-02 16:18:33 -0400 |
commit | ba6139a5576bf68c5bcb2ac6446281a9c9de4242 (patch) | |
tree | efb1069ea5fe86f338124e7236979b6ad7dee12c | |
parent | 9700819ad7cd7dc725a0d9002b063a3236d16598 (diff) | |
download | kernel-ba6139a5576bf68c5bcb2ac6446281a9c9de4242.tar.gz kernel-ba6139a5576bf68c5bcb2ac6446281a9c9de4242.tar.xz kernel-ba6139a5576bf68c5bcb2ac6446281a9c9de4242.zip |
Fix ARM build
Silly single charater mistake. Patch sent upstream.
-rw-r--r-- | ARM-dts-Fix-Makefile-target-for-sun4i-a10-itead-itea.patch | 38 | ||||
-rw-r--r-- | kernel.spec | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/ARM-dts-Fix-Makefile-target-for-sun4i-a10-itead-itea.patch b/ARM-dts-Fix-Makefile-target-for-sun4i-a10-itead-itea.patch new file mode 100644 index 000000000..7fbe5d89f --- /dev/null +++ b/ARM-dts-Fix-Makefile-target-for-sun4i-a10-itead-itea.patch @@ -0,0 +1,38 @@ +From 8276e96f11d7f49ca8637f89459a442df0731a4e Mon Sep 17 00:00:00 2001 +From: Josh Boyer <jwboyer@fedoraproject.org> +Date: Wed, 2 Sep 2015 15:40:01 -0400 +Subject: [PATCH] ARM: dts: Fix Makefile target for + sun4i-a10-itead-iteaduino-plus + +Commit 79ae3e66f8d (ARM: dts: sun4i: Add Iteaduino Plus A10) added a new +make target for the sun4i-a10-itead-iteaduino-plus dts file, but mistakenly +used .dts instead of the correct .dtb suffix. This resulted in a build error +like: + + scripts/Makefile.dtbinst:42: target 'sun4i-a10-itead-iteaduino-plus.dts' doesn't match the target pattern + +when doing a make dtbs_install. + +Fix it to use the proper file name. + +Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org> +--- + arch/arm/boot/dts/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile +index 233159d2eaab..bb8fa023d574 100644 +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -578,7 +578,7 @@ dtb-$(CONFIG_MACH_SUN4I) += \ + sun4i-a10-hackberry.dtb \ + sun4i-a10-hyundai-a7hd.dtb \ + sun4i-a10-inet97fv2.dtb \ +- sun4i-a10-itead-iteaduino-plus.dts \ ++ sun4i-a10-itead-iteaduino-plus.dtb \ + sun4i-a10-jesurun-q5.dtb \ + sun4i-a10-marsboard.dtb \ + sun4i-a10-mini-xplus.dtb \ +-- +2.4.3 + diff --git a/kernel.spec b/kernel.spec index c68e26150..347c34dc1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -604,6 +604,7 @@ Patch517: vmwgfx-Rework-device-initialization.patch Patch518: drm-vmwgfx-Allow-dropped-masters-render-node-like-ac.patch Patch519: security-device_cgroup-fix-RCU-lockdep-splat.patch +Patch520: ARM-dts-Fix-Makefile-target-for-sun4i-a10-itead-itea.patch Patch904: kdbus.patch |