linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: vincent.stehle@freescale.com (Vincent Stehlé)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx27: fix typo in makefile
Date: Thu, 19 Mar 2015 19:21:58 +0100	[thread overview]
Message-ID: <1426789318-30637-1-git-send-email-vincent.stehle@freescale.com> (raw)

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(-)

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

             reply	other threads:[~2015-03-19 18:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-19 18:21 Vincent Stehlé [this message]
2015-03-19 18:43 ` [PATCH] ARM: dts: imx27: fix typo in makefile Peter Robinson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426789318-30637-1-git-send-email-vincent.stehle@freescale.com \
    --to=vincent.stehle@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).