RE: [PATCH v4 1/4] TI816X: Update common omap platform files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux