All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-07-23  8:57 Tetsuyuki Kobayshi
  2012-07-24  1:20 ` Simon Horman
  2012-07-24  1:22 ` Simon Horman
  0 siblings, 2 replies; 13+ messages in thread
From: Tetsuyuki Kobayshi @ 2012-07-23  8:57 UTC (permalink / raw)
  To: linux-sh

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>
---
 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..a1227ce 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.dts
+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  2012-07-23  8:57 [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Tetsuyuki Kobayshi
@ 2012-07-24  1:20 ` Simon Horman
  2012-07-24  1:22 ` Simon Horman
  1 sibling, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-07-24  1:20 UTC (permalink / raw)
  To: linux-sh

On Mon, Jul 23, 2012 at 05:57:37PM +0900, Tetsuyuki Kobayshi wrote:
> From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
> 
> Add compilation support for dtbs using 'make dtbs'

I see the following with this patch applied to the next branch
of Rafael's renesas tree.

# make armadillo800eva_defconfig
# make dtb
make[1]: *** No rule to make target `arch/arm/boot/r8a7740-armadillo800eva.dts', needed by `arch/arm/boot/dtbs'.  Stop.
make: *** [dtbs] Error 2

> 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>
> ---
>  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..a1227ce 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.dts
> +dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
> -- 
> 1.7.9.5
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  2012-07-23  8:57 [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Tetsuyuki Kobayshi
  2012-07-24  1:20 ` Simon Horman
@ 2012-07-24  1:22 ` Simon Horman
  1 sibling, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-07-24  1:22 UTC (permalink / raw)
  To: linux-sh

On Tue, Jul 24, 2012 at 10:20:28AM +0900, Simon Horman wrote:
> On Mon, Jul 23, 2012 at 05:57:37PM +0900, Tetsuyuki Kobayshi wrote:
> > From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
> > 
> > Add compilation support for dtbs using 'make dtbs'
> 
> I see the following with this patch applied to the next branch
> of Rafael's renesas tree.
> 
> # make armadillo800eva_defconfig
> # make dtb
> make[1]: *** No rule to make target `arch/arm/boot/r8a7740-armadillo800eva.dts', needed by `arch/arm/boot/dtbs'.  Stop.
> make: *** [dtbs] Error 2

Sorry, I now see that you have posted v2 which fixes the problem above.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  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
  0 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-08-30  5:36 UTC (permalink / raw)
  To: linux-arm-kernel

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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-08-30  5:36   ` Simon Horman
  0 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-08-30  5:36 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  2012-08-28  1:00       ` Tetsuyuki Kobayashi
@ 2012-08-28  1:06         ` Simon Horman
  -1 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-08-28  1:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 28, 2012 at 10:00:08AM +0900, Tetsuyuki Kobayashi wrote:
> Simon-san,
> 
> (2012/08/28 9:27), Stephen Boyd wrote:
> >On 8/27/2012 5:22 PM, Simon Horman wrote:
> >>+dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
> >>+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
> >
> >Shouldn't these be dtb instead of dts?
> >
> 
> Please use my v2 patch.
> I paste v2 patch here. (It was posted on 2012/07/23)

Sorry about that. Please ignore this pull request.
I will repost.

> 
> ===============================
> 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>
> ---
> Sorry, I found mistake. it should be dtb insted of dts.
> 
> Changes for v2
> - replace dts to dtb in the 3rd and 4th line of patch.
> 
>  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.9.5
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-08-28  1:06         ` Simon Horman
  0 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-08-28  1:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 28, 2012 at 10:00:08AM +0900, Tetsuyuki Kobayashi wrote:
> Simon-san,
> 
> (2012/08/28 9:27), Stephen Boyd wrote:
> >On 8/27/2012 5:22 PM, Simon Horman wrote:
> >>+dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
> >>+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
> >
> >Shouldn't these be dtb instead of dts?
> >
> 
> Please use my v2 patch.
> I paste v2 patch here. (It was posted on 2012/07/23)

Sorry about that. Please ignore this pull request.
I will repost.

> 
> ==============================================================
> 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>
> ---
> Sorry, I found mistake. it should be dtb insted of dts.
> 
> Changes for v2
> - replace dts to dtb in the 3rd and 4th line of patch.
> 
>  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.9.5
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  2012-08-28  0:27     ` Stephen Boyd
@ 2012-08-28  1:00       ` Tetsuyuki Kobayashi
  -1 siblings, 0 replies; 13+ messages in thread
From: Tetsuyuki Kobayashi @ 2012-08-28  1:00 UTC (permalink / raw)
  To: linux-arm-kernel

Simon-san,

(2012/08/28 9:27), Stephen Boyd wrote:
> On 8/27/2012 5:22 PM, Simon Horman wrote:
>> +dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
>> +dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
>
> Shouldn't these be dtb instead of dts?
>

Please use my v2 patch.
I paste v2 patch here. (It was posted on 2012/07/23)

===============================
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>
---
Sorry, I found mistake. it should be dtb insted of dts.

Changes for v2
- replace dts to dtb in the 3rd and 4th line of patch.

  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.9.5

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-08-28  1:00       ` Tetsuyuki Kobayashi
  0 siblings, 0 replies; 13+ messages in thread
From: Tetsuyuki Kobayashi @ 2012-08-28  1:00 UTC (permalink / raw)
  To: linux-arm-kernel

Simon-san,

(2012/08/28 9:27), Stephen Boyd wrote:
> On 8/27/2012 5:22 PM, Simon Horman wrote:
>> +dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
>> +dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
>
> Shouldn't these be dtb instead of dts?
>

Please use my v2 patch.
I paste v2 patch here. (It was posted on 2012/07/23)

==============================================================
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>
---
Sorry, I found mistake. it should be dtb insted of dts.

Changes for v2
- replace dts to dtb in the 3rd and 4th line of patch.

  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.9.5

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  2012-08-28  0:22   ` Simon Horman
@ 2012-08-28  0:27     ` Stephen Boyd
  -1 siblings, 0 replies; 13+ messages in thread
From: Stephen Boyd @ 2012-08-28  0:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 8/27/2012 5:22 PM, Simon Horman wrote:
> +dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
> +dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts

Shouldn't these be dtb instead of dts?

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-08-28  0:27     ` Stephen Boyd
  0 siblings, 0 replies; 13+ messages in thread
From: Stephen Boyd @ 2012-08-28  0:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 8/27/2012 5:22 PM, Simon Horman wrote:
> +dtb-$(CONFIG_MACH_KZM9D) += emev2-kzm9d.dts
> +dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts

Shouldn't these be dtb instead of dts?

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
  2012-08-28  0:22 [GIT PULL] Renesas ARM-based SoC: Core for 3.7 Simon Horman
@ 2012-08-28  0:22   ` Simon Horman
  0 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-08-28  0:22 UTC (permalink / raw)
  To: linux-arm-kernel

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>
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..a1227ce 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.dts
+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
-- 
1.7.10.2.484.gcd07cc5


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs'
@ 2012-08-28  0:22   ` Simon Horman
  0 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2012-08-28  0:22 UTC (permalink / raw)
  To: linux-arm-kernel

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>
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..a1227ce 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.dts
+dtb-$(CONFIG_MACH_ARMADILLO800EVA) += r8a7740-armadillo800eva.dts
-- 
1.7.10.2.484.gcd07cc5

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-08-30  5:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-23  8:57 [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Tetsuyuki Kobayshi
2012-07-24  1:20 ` Simon Horman
2012-07-24  1:22 ` Simon Horman
2012-08-28  0:22 [GIT PULL] Renesas ARM-based SoC: Core for 3.7 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-08-30  5:36 [GIT PULL v2] Renesas ARM-based SoC: Core for 3.7 Simon Horman
2012-08-30  5:36 ` [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Simon Horman
2012-08-30  5:36   ` Simon Horman

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.