Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2012-01-03 Thread Tom Rini
On Sat, Dec 31, 2011 at 5:27 AM, asad wrote: > On 12/29/2011 07:47 PM, Aneesh V wrote: >> Fix boot issue on ES2.0 Panda by tuning some >> IO settings. The CONTROL_EFUSE_2 register has >> to be over-ridden in software for 4430 boards. >> >> Commit 23e9f0723e48615332119de4f4ec7a833a282628 >> wrongly

Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2011-12-31 Thread Raúl Porcel
On 12/31/2011 01:27 PM, asad wrote: [snip] Jeez, obviously this is me... Thanks and sorry ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2011-12-31 Thread asad
On 12/29/2011 07:47 PM, Aneesh V wrote: > Fix boot issue on ES2.0 Panda by tuning some > IO settings. The CONTROL_EFUSE_2 register has > to be over-ridden in software for 4430 boards. > > Commit 23e9f0723e48615332119de4f4ec7a833a282628 > wrongly did this for CONTROL_EFUSE_1. Reverting > this and d

[U-Boot] [PATCH] omap4: fix boot issue on ES2.0 Panda

2011-12-29 Thread Aneesh V
Fix boot issue on ES2.0 Panda by tuning some IO settings. The CONTROL_EFUSE_2 register has to be over-ridden in software for 4430 boards. Commit 23e9f0723e48615332119de4f4ec7a833a282628 wrongly did this for CONTROL_EFUSE_1. Reverting this and doing it for CONTROL_EFUSE_2. Signed-off-by: Aneesh V