Re: [PATCH 3/7] omap4: l2x0: Fix init parameter for ES2.0

2010-09-13 Thread Gadiyar, Anand
On Thu, Sep 9, 2010 at 4:53 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On ES2.0 the L2 cache init parameter ineeds to be changed to take care of cache size. The cache size is 1MB on ES2.0 vs 512KB on ES1.0 This patch fixes the init parameter to update the same using dynamic cpu

RE: [PATCH 3/7] omap4: l2x0: Fix init parameter for ES2.0

2010-09-13 Thread Shilimkar, Santosh
-Original Message- From: Gadiyar, Anand Sent: Monday, September 13, 2010 9:58 PM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org; t...@atomide.com; khil...@deeprootsystems.com Subject: Re: [PATCH 3/7] omap4: l2x0: Fix init parameter for ES2.0 On Thu, Sep 9, 2010 at 4:53 PM

[PATCH 3/7] omap4: l2x0: Fix init parameter for ES2.0

2010-09-09 Thread Santosh Shilimkar
On ES2.0 the L2 cache init parameter ineeds to be changed to take care of cache size. The cache size is 1MB on ES2.0 vs 512KB on ES1.0 This patch fixes the init parameter to update the same using dynamic cpu version check Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com ---