Paul Walmsley wrote on Tuesday, January 18, 2011 5:38 AM: > Hello Hemant, > > On Mon, 10 Jan 2011, Hemant Pedanekar wrote: > >> 2) OMAP3 only build with CONFIG_SOC_OMAPTI816X: This will build TI816X >> optimized kernel. May not boot on other OMAP3 SoCs. > > ... > >> Note that OMAP3 only build with support for OMAP3 SoCs as well as TI816X >> is not possible. > > Could you explain a little bit why this is not possible? Naïvely, to me, > it seems that it should be possible. > > > - Paul Hi Paul, You are correct, the OMAP3 only kernel built with TI816X also boots on OMAP3 EVM. But my main concern is with cpu_is_ti816x becoming true for this build (optimized build for TI816X only), some of the OMAP3 related part will be skipped. E.g., - if (omap_rev() >= OMAP3430_REV_ES2_0) + if (!cpu_is_ti816x() && (omap_rev() >= OMAP3430_REV_ES2_0)) omap3_clk_lock_dpll5(); Thanks - Hemant -- 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