public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board
@ 2008-04-16 12:04 Syed Mohammed, Khasim
  2008-04-16 21:06 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Syed Mohammed, Khasim @ 2008-04-16 12:04 UTC (permalink / raw)
  To: linux-omap; +Cc: discussion


Updated Kconfig and Makefile to add OMAP3 EVM Board

Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
---
 arch/arm/mach-omap2/Kconfig  |    3 +++
 arch/arm/mach-omap2/Makefile |    1 +
 2 files changed, 4 insertions(+)

Index: my_branch/arch/arm/mach-omap2/Makefile
===================================================================
--- my_branch.orig/arch/arm/mach-omap2/Makefile	2008-04-16 14:39:51.000000000 +0530
+++ my_branch/arch/arm/mach-omap2/Makefile	2008-04-16 14:41:28.000000000 +0530
@@ -34,6 +34,7 @@
 					   board-sdp-hsmmc.o \
 					   board-3430sdp-usb.o \
 					   board-3430sdp-flash.o
+obj-$(CONFIG_MACH_OMAP3EVM)		+= board-omap3evm.o
 obj-$(CONFIG_MACH_OMAP_APOLLON)		+= board-apollon.o \
 					   board-apollon-mmc.o	\
 					   board-apollon-keys.o

Index: my_branch/arch/arm/mach-omap2/Kconfig
===================================================================
--- my_branch.orig/arch/arm/mach-omap2/Kconfig	2008-04-16 14:40:02.000000000 +0530
+++ my_branch/arch/arm/mach-omap2/Kconfig	2008-04-16 14:41:28.000000000 +0530
@@ -106,3 +106,6 @@
 	bool "OMAP 3430 SDP board"
 	depends on ARCH_OMAP3 && ARCH_OMAP34XX
 
+config MACH_OMAP3EVM
+	bool "OMAP 3530 EVM board"
+	depends on ARCH_OMAP3 && ARCH_OMAP34XX

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

* Re: [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board
  2008-04-16 12:04 [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board Syed Mohammed, Khasim
@ 2008-04-16 21:06 ` Tony Lindgren
  2008-04-17  2:14   ` Syed Mohammed, Khasim
  0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2008-04-16 21:06 UTC (permalink / raw)
  To: Syed Mohammed, Khasim; +Cc: linux-omap, discussion

* Syed Mohammed, Khasim <khasim@ti.com> [080416 05:05]:
> 
> Updated Kconfig and Makefile to add OMAP3 EVM Board

Can you please repost the patches one more time grouped
in following patches:

1. Add support for omap3 evm (Patches 2, 3, 5)
2. Add default config for omap3 evm (Patch 4)
3. Add support for omap3 beagle (Patches 6, 7, 8)
4. Add default config for omap3 beagle (Patch 9)

Thanks,

Tony

> Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
> ---
>  arch/arm/mach-omap2/Kconfig  |    3 +++
>  arch/arm/mach-omap2/Makefile |    1 +
>  2 files changed, 4 insertions(+)
> 
> Index: my_branch/arch/arm/mach-omap2/Makefile
> ===================================================================
> --- my_branch.orig/arch/arm/mach-omap2/Makefile	2008-04-16 14:39:51.000000000 +0530
> +++ my_branch/arch/arm/mach-omap2/Makefile	2008-04-16 14:41:28.000000000 +0530
> @@ -34,6 +34,7 @@
>  					   board-sdp-hsmmc.o \
>  					   board-3430sdp-usb.o \
>  					   board-3430sdp-flash.o
> +obj-$(CONFIG_MACH_OMAP3EVM)		+= board-omap3evm.o
>  obj-$(CONFIG_MACH_OMAP_APOLLON)		+= board-apollon.o \
>  					   board-apollon-mmc.o	\
>  					   board-apollon-keys.o
> 
> Index: my_branch/arch/arm/mach-omap2/Kconfig
> ===================================================================
> --- my_branch.orig/arch/arm/mach-omap2/Kconfig	2008-04-16 14:40:02.000000000 +0530
> +++ my_branch/arch/arm/mach-omap2/Kconfig	2008-04-16 14:41:28.000000000 +0530
> @@ -106,3 +106,6 @@
>  	bool "OMAP 3430 SDP board"
>  	depends on ARCH_OMAP3 && ARCH_OMAP34XX
>  
> +config MACH_OMAP3EVM
> +	bool "OMAP 3530 EVM board"
> +	depends on ARCH_OMAP3 && ARCH_OMAP34XX
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board
  2008-04-16 21:06 ` Tony Lindgren
@ 2008-04-17  2:14   ` Syed Mohammed, Khasim
  0 siblings, 0 replies; 3+ messages in thread
From: Syed Mohammed, Khasim @ 2008-04-17  2:14 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, discussion



> -----Original Message-----
> From: Tony Lindgren [mailto:tony@atomide.com]
> Sent: Thursday, April 17, 2008 2:37 AM
> To: Syed Mohammed, Khasim
> Cc: linux-omap@vger.kernel.org; discussion@beagleboard.org
> Subject: Re: [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM
> Board
> 
> * Syed Mohammed, Khasim <khasim@ti.com> [080416 05:05]:
> >
> > Updated Kconfig and Makefile to add OMAP3 EVM Board
> 
> Can you please repost the patches one more time grouped
> in following patches:
> 
> 1. Add support for omap3 evm (Patches 2, 3, 5)
> 2. Add default config for omap3 evm (Patch 4)
> 3. Add support for omap3 beagle (Patches 6, 7, 8)
> 4. Add default config for omap3 beagle (Patch 9)
> 

Done.

Thanks & Regards,

Khasim


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

end of thread, other threads:[~2008-04-17  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-16 12:04 [PATCH 2/9] Updated Kconfig and Makefile to add OMAP3 EVM Board Syed Mohammed, Khasim
2008-04-16 21:06 ` Tony Lindgren
2008-04-17  2:14   ` Syed Mohammed, Khasim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox