All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
Date: Thu, 30 Aug 2012 05:36:03 +0000	[thread overview]
Message-ID: <1346304963-23457-2-git-send-email-horms@verge.net.au> (raw)
In-Reply-To: <1346304963-23457-1-git-send-email-horms@verge.net.au>

From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>

Add compilation support for dtbs using 'make dtbs'

Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Simon Horman <horms@verge.net.au>
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/mach-shmobile/Makefile.boot | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-shmobile/Makefile.boot b/arch/arm/mach-shmobile/Makefile.boot
index 498efd9..5e41019 100644
--- a/arch/arm/mach-shmobile/Makefile.boot
+++ b/arch/arm/mach-shmobile/Makefile.boot
@@ -7,3 +7,7 @@ __ZRELADDR	:= $(shell /bin/bash -c 'printf "0x%08x" \
 #
 #params_phys-y (Instead: Pass atags pointer in r2)
 #initrd_phys-y (Instead: Use compiled-in initramfs)
+
+dtb-$(CONFIG_MACH_KZM9G) += sh73a0-kzm9g.dtb
+dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dtb
+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dtb
-- 
1.7.10.2.484.gcd07cc5


WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
Date: Thu, 30 Aug 2012 14:36:03 +0900	[thread overview]
Message-ID: <1346304963-23457-2-git-send-email-horms@verge.net.au> (raw)
In-Reply-To: <1346304963-23457-1-git-send-email-horms@verge.net.au>

From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>

Add compilation support for dtbs using 'make dtbs'

Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Simon Horman <horms@verge.net.au>
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/mach-shmobile/Makefile.boot | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-shmobile/Makefile.boot b/arch/arm/mach-shmobile/Makefile.boot
index 498efd9..5e41019 100644
--- a/arch/arm/mach-shmobile/Makefile.boot
+++ b/arch/arm/mach-shmobile/Makefile.boot
@@ -7,3 +7,7 @@ __ZRELADDR	:= $(shell /bin/bash -c 'printf "0x%08x" \
 #
 #params_phys-y (Instead: Pass atags pointer in r2)
 #initrd_phys-y (Instead: Use compiled-in initramfs)
+
+dtb-$(CONFIG_MACH_KZM9G) += sh73a0-kzm9g.dtb
+dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dtb
+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dtb
-- 
1.7.10.2.484.gcd07cc5

  reply	other threads:[~2012-08-30  5:36 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30  5:36 [GIT PULL v2] Renesas ARM-based SoC: Core for 3.7 Simon Horman
2012-08-30  5:36 ` Simon Horman
2012-08-30  5:36 ` Simon Horman [this message]
2012-08-30  5:36   ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
2012-09-05 22:36 ` [GIT PULL v2] Renesas ARM-based SoC: Core for 3.7 Olof Johansson
2012-09-05 22:36   ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2012-08-28  0:22 [GIT PULL] " Simon Horman
2012-08-28  0:22 ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
2012-08-28  0:22   ` Simon Horman
2012-08-28  0:27   ` Stephen Boyd
2012-08-28  0:27     ` Stephen Boyd
2012-08-28  1:00     ` Tetsuyuki Kobayashi
2012-08-28  1:00       ` Tetsuyuki Kobayashi
2012-08-28  1:06       ` Simon Horman
2012-08-28  1:06         ` Simon Horman
2012-07-23  8:57 Tetsuyuki Kobayshi
2012-07-24  1:20 ` Simon Horman
2012-07-24  1:22 ` Simon Horman

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=1346304963-23457-2-git-send-email-horms@verge.net.au \
    --to=horms@verge.net.au \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.