diff mbox

ARM: dts: imx27: fix typo in makefile

Message ID 1426789318-30637-1-git-send-email-vincent.stehle@freescale.com
State New
Headers show

Commit Message

Vincent Stehlé March 19, 2015, 6:21 p.m. UTC
Commit cb612390e546 ("ARM: dts: Only build dtb if associated Arch and/or SoC is
enabled") conditioned the generation of i.MX27 systems dts with
CONFIG_SOC_IMX31; fix this typo.

Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Shawn Guo <shawn.guo@freescale.com>
Cc: Olof Johansson <olof@lixom.net>
Cc: Rob Herring <robh+dt@kernel.org>
---
 arch/arm/boot/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Robinson March 19, 2015, 6:43 p.m. UTC | #1
On Thu, Mar 19, 2015 at 6:21 PM, Vincent Stehlé
<vincent.stehle@freescale.com> wrote:
> Commit cb612390e546 ("ARM: dts: Only build dtb if associated Arch and/or SoC is
> enabled") conditioned the generation of i.MX27 systems dts with
> CONFIG_SOC_IMX31; fix this typo.
>
> Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com>

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

> Cc: Shawn Guo <shawn.guo@freescale.com>
> Cc: Olof Johansson <olof@lixom.net>
> Cc: Rob Herring <robh+dt@kernel.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 a1c776b..992ea0b 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 \
> --
> 2.1.4
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index a1c776b..992ea0b 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 \