devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2+: Makefile.boot: Add am335x evm and bone targets
@ 2012-08-31 17:54 Vaibhav Hiremath
       [not found] ` <1346435674-6207-1-git-send-email-hvaibhav-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Vaibhav Hiremath @ 2012-08-31 17:54 UTC (permalink / raw)
  To: linux-omap-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

This adds am335x-evm and am335x-bone dtb targets to
'make dtbs', just like other platforms.

Signed-off-by: Vaibhav Hiremath <hvaibhav-l0cyMroinI0@public.gmane.org>
Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
---
 arch/arm/mach-omap2/Makefile.boot |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot
index 6cf1c2d..1136072 100644
--- a/arch/arm/mach-omap2/Makefile.boot
+++ b/arch/arm/mach-omap2/Makefile.boot
@@ -7,3 +7,4 @@ dtb-$(CONFIG_ARCH_OMAP3)	+= omap3-beagle.dtb omap3-evm.dtb
 dtb-$(CONFIG_ARCH_OMAP4)	+= omap4-panda.dtb omap4-pandaES.dtb
 dtb-$(CONFIG_ARCH_OMAP4)	+= omap4-var_som.dtb omap4-sdp.dtb
 dtb-$(CONFIG_SOC_OMAP5)		+= omap5-evm.dtb
+dtb-$(CONFIG_SOC_AM33XX)	+= am335x-evm.dtb am335x-bone.dtb
-- 
1.7.0.4

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

* RE: [PATCH] ARM: OMAP2+: Makefile.boot: Add am335x evm and bone targets
       [not found] ` <1346435674-6207-1-git-send-email-hvaibhav-l0cyMroinI0@public.gmane.org>
@ 2012-09-11  6:55   ` Hiremath, Vaibhav
  2012-09-21 18:54     ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Hiremath, Vaibhav @ 2012-09-11  6:55 UTC (permalink / raw)
  To: Hiremath, Vaibhav, linux-omap-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Fri, Aug 31, 2012 at 23:24:34, Hiremath, Vaibhav wrote:
> This adds am335x-evm and am335x-bone dtb targets to
> 'make dtbs', just like other platforms.
> 
> Signed-off-by: Vaibhav Hiremath <hvaibhav-l0cyMroinI0@public.gmane.org>
> Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
> ---
>  arch/arm/mach-omap2/Makefile.boot |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot
> index 6cf1c2d..1136072 100644
> --- a/arch/arm/mach-omap2/Makefile.boot
> +++ b/arch/arm/mach-omap2/Makefile.boot
> @@ -7,3 +7,4 @@ dtb-$(CONFIG_ARCH_OMAP3)	+= omap3-beagle.dtb omap3-evm.dtb
>  dtb-$(CONFIG_ARCH_OMAP4)	+= omap4-panda.dtb omap4-pandaES.dtb
>  dtb-$(CONFIG_ARCH_OMAP4)	+= omap4-var_som.dtb omap4-sdp.dtb
>  dtb-$(CONFIG_SOC_OMAP5)		+= omap5-evm.dtb
> +dtb-$(CONFIG_SOC_AM33XX)	+= am335x-evm.dtb am335x-bone.dtb

Tony,

Gentle reminder on this patch !!!

Thanks,
Vaibhav

> -- 
> 1.7.0.4
> 
> 

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

* Re: [PATCH] ARM: OMAP2+: Makefile.boot: Add am335x evm and bone targets
  2012-09-11  6:55   ` Hiremath, Vaibhav
@ 2012-09-21 18:54     ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2012-09-21 18:54 UTC (permalink / raw)
  To: Hiremath, Vaibhav
  Cc: linux-omap, linux-arm-kernel, devicetree-discuss, linux-kernel

* Hiremath, Vaibhav <hvaibhav@ti.com> [120910 23:56]:
> On Fri, Aug 31, 2012 at 23:24:34, Hiremath, Vaibhav wrote:
> > This adds am335x-evm and am335x-bone dtb targets to
> > 'make dtbs', just like other platforms.
> > 
> > Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
> > Cc: Tony Lindgren <tony@atomide.com>
> > ---
> >  arch/arm/mach-omap2/Makefile.boot |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/arch/arm/mach-omap2/Makefile.boot b/arch/arm/mach-omap2/Makefile.boot
> > index 6cf1c2d..1136072 100644
> > --- a/arch/arm/mach-omap2/Makefile.boot
> > +++ b/arch/arm/mach-omap2/Makefile.boot
> > @@ -7,3 +7,4 @@ dtb-$(CONFIG_ARCH_OMAP3)	+= omap3-beagle.dtb omap3-evm.dtb
> >  dtb-$(CONFIG_ARCH_OMAP4)	+= omap4-panda.dtb omap4-pandaES.dtb
> >  dtb-$(CONFIG_ARCH_OMAP4)	+= omap4-var_som.dtb omap4-sdp.dtb
> >  dtb-$(CONFIG_SOC_OMAP5)		+= omap5-evm.dtb
> > +dtb-$(CONFIG_SOC_AM33XX)	+= am335x-evm.dtb am335x-bone.dtb
> 
> Tony,
> 
> Gentle reminder on this patch !!!

Sorry I'm behind with patches with all the clean up happening right now.
Can you please repost this for fixes the arm-soc/for-next has now moved
these to a common location for CONFIG_MULTIARCH.

The commit is 85594df2 (ARM: dtb: move all dtb targets to common Makefile).

Thanks,

Tony

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

end of thread, other threads:[~2012-09-21 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 17:54 [PATCH] ARM: OMAP2+: Makefile.boot: Add am335x evm and bone targets Vaibhav Hiremath
     [not found] ` <1346435674-6207-1-git-send-email-hvaibhav-l0cyMroinI0@public.gmane.org>
2012-09-11  6:55   ` Hiremath, Vaibhav
2012-09-21 18:54     ` Tony Lindgren

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