On Tue, 15 Apr 2008 14:50:20 +0530, "Syed Mohammed, Khasim" <khasim@xxxxxx> wrote: > >> >> >> > Index: my_branch/arch/arm/mach-omap2/Kconfig >> >> > > =================================================================== >> >> > --- my_branch.orig/arch/arm/mach-omap2/Kconfig 2008-04-14 >> >> 16:07:11.000000000 +0530 >> >> > +++ my_branch/arch/arm/mach-omap2/Kconfig 2008-04-14 >> >> 16:07:41.000000000 +0530 >> >> > @@ -98,10 +98,14 @@ >> >> > bool "OMAP 2430 SDP board" >> >> > depends on ARCH_OMAP2 && ARCH_OMAP2430 >> >> > >> >> > +config MACH_OMAP_2430OSK >> >> > + bool "OMAP 2430 OSK board" >> >> > + depends on ARCH_OMAP2 && ARCH_OMAP24XX >> >> > + >> >> > config MACH_OMAP_3430SDP >> >> > bool "OMAP 3430 SDP board" >> >> > depends on ARCH_OMAP3 && ARCH_OMAP34XX >> >> > >> >> > -config MACH_OMAP_2430OSK >> >> > - bool "OMAP 2430 OSK board" >> >> > - depends on ARCH_OMAP2 && ARCH_OMAP24XX >> >> > +config MACH_OMAP3EVM >> >> > + bool "OMAP 3530 EVM board" >> >> > + depends on ARCH_OMAP3 && ARCH_OMAP34XX >> >> >> >> Do you really need to move 2430OSK here? >> >> It looks like unnecessary change. >> >> >> >> please revert. >> >> >> > This change is good as it lists all omap2 followed by omap3 boards. >> > Otherwise it mixes OMAP2 boards with OMAP3 boards. >> >> so put it in a separate patch. It has nothing to do with >> "Adding support for OMAP3 EVM" > > Why? ??? > > These lines add OMAP3 EVM > > +config MACH_OMAP3EVM > + bool "OMAP 3530 EVM board" > + depends on ARCH_OMAP3 && ARCH_OMAP34XX > > The other lines are re-arranging OMAP2 and OMAP3 boards. Yes, re-arranging omap2/3 is another "task". Has nothing to do with "adding omap3 evm". I'd rather see these two changes split in two separate patches but Tony might be the one with the final word anyway. :-p If he's ok with this patch... > > We can make two separate patches but this fix seems to be simple. -- Best Regards, Felipe Balbi http://felipebalbi.com me@xxxxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html