aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2015-05-19 22:06:41 +0800
committerShawn Guo <shawn.guo@linaro.org>2015-05-19 22:06:41 +0800
commite46b5a6470a5e2c8e1096f8f60887ac19949055b (patch)
treeb9b005b6a6b38c31fec179748b170603e41fbeb9 /arch
parentARM: dts: imx27: only map 4 Kbyte for fec registers (diff)
downloadlinux-dev-e46b5a6470a5e2c8e1096f8f60887ac19949055b.tar.xz
linux-dev-e46b5a6470a5e2c8e1096f8f60887ac19949055b.zip
ARM: dts: fix imx27 dtb build rule
The i.MX27 dtb build should be controlled by CONFIG_SOC_IMX27 rather than CONFIG_SOC_IMX31. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Fixes: cb612390e546 ("ARM: dts: Only build dtb if associated Arch and/or SoC is enabled") Cc: <stable@vger.kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 86217db2937a..992736b5229b 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -223,7 +223,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 \