From: Alexander Shiyan Date: Sun, 7 Apr 2013 15:29:14 +0000 (+0400) Subject: ARM: dts: Add missing imx27-phytec-phycore dtb target X-Git-Tag: v3.12-rc1~932^2~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4617d2f0fb52a3e2c427be5ee6e79ecdc4b4ac1a;p=kernel%2Fkernel-generic.git ARM: dts: Add missing imx27-phytec-phycore dtb target The patch adds missing imx27-phytec-phycore dtb target into Makefile. Signed-off-by: Alexander Shiyan Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a566619..2498cba 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -89,6 +89,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx27-apf27.dtb \ imx27-apf27dev.dtb \ imx27-pdk.dtb \ + imx27-phytec-phycore.dtb \ imx31-bug.dtb \ imx51-apf51.dtb \ imx51-apf51dev.dtb \