* Tim Nordell <tim.nordell@xxxxxxxxxxx> [100924 13:06]: > Adding support for LogicPD's OMAP 3530 LV SOM and > OMAP 35x Torpedo board. > > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -135,6 +135,24 @@ config MACH_OMAP_LDP > default y > select OMAP_PACKAGE_CBB > > +config MACH_OMAP3530_LV_SOM > + bool "OMAP3 Logic 3530 LV SOM board" > + depends on ARCH_OMAP3 > + default y > + help > + Support for the LogicPD OMAP3530 SOM Development kit > + for full description please see the products webpage at > + http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit > + > +config MACH_OMAP3_TORPEDO > + bool "OMAP3 Logic 35x Torpedo board" > + depends on ARCH_OMAP3 > + default y > + help > + Support for the LogicPD OMAP35x Torpedo Development kit > + for full description please see the products webpage at > + http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit > + Missing select OMAP_PACKAGE_XXX for both boards? Also, please add the DEBUG_LL entries to arch/arm/plat-omap/include/plat/uncompress.h. You can test that by enabling DEBUG_LL and EARLY_PRINTK and have earlyprintk in your kernel cmdline. And please repost the whole series so linux-arm-kernel list is also Cc'd. Regards, Tony -- 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