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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4617d2f0fb52a3e2c427be5ee6e79ecdc4b4ac1a;p=linux-beck.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 a566619fde70..2498cba723d4 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 \