devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ARM: dts: Fix wrong SoC type to build devicetrees for i.MX27
@ 2015-03-27 10:22 Juergen Borleis
  0 siblings, 0 replies; only message in thread
From: Juergen Borleis @ 2015-03-27 10:22 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-kernel, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Kumar Gala, Russell King, devicetree, kernel

Patch cb612390e5469 "Only build dtb if associated Arch and/or SoC is enabled"
uses the wrong SoC name which prevents i.MX27 related devicetrees
from build.
    
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index a1c776b8dcec..992ea0b063d5 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -215,7 +215,7 @@ dtb-$(CONFIG_SOC_IMX25) += \
 	imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb \
 	imx25-karo-tx25.dtb \
 	imx25-pdk.dtb
-dtb-$(CONFIG_SOC_IMX31) += \
+dtb-$(CONFIG_SOC_IMX27) += \
 	imx27-apf27.dtb \
 	imx27-apf27dev.dtb \
 	imx27-eukrea-mbimxsd27-baseboard.dtb \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-27 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 10:22 ARM: dts: Fix wrong SoC type to build devicetrees for i.MX27 Juergen Borleis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).