From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuyuki Kobayashi Date: Tue, 28 Aug 2012 01:00:08 +0000 Subject: Re: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' Message-Id: <503C1818.7020402@kmckk.co.jp> List-Id: References: <1346113322-21133-1-git-send-email-horms@verge.net.au> <1346113322-21133-2-git-send-email-horms@verge.net.au> <503C1059.10300@codeaurora.org> In-Reply-To: <503C1059.10300@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org 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 Add compilation support for dtbs using 'make dtbs' Cc: Nobuhiro Iwamatsu Cc: Kuninori Morimoto Cc: Simon Horman Signed-off-by: Tetsuyuki Kobayashi --- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: koba@kmckk.co.jp (Tetsuyuki Kobayashi) Date: Tue, 28 Aug 2012 10:00:08 +0900 Subject: [PATCH] ARM: mach-shmobile: Add compilation support for dtbs using 'make dtbs' In-Reply-To: <503C1059.10300@codeaurora.org> References: <1346113322-21133-1-git-send-email-horms@verge.net.au> <1346113322-21133-2-git-send-email-horms@verge.net.au> <503C1059.10300@codeaurora.org> Message-ID: <503C1818.7020402@kmckk.co.jp> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 Add compilation support for dtbs using 'make dtbs' Cc: Nobuhiro Iwamatsu Cc: Kuninori Morimoto Cc: Simon Horman Signed-off-by: Tetsuyuki Kobayashi --- 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