Re: [U-Boot] [PATCH V3] OMAP5: reset: Use cold reset in case of 5430ES1.0

2012-03-07 Thread Sricharan R
Thanks, Sricharan > -Original Message- > From: Tom Rini [mailto:tr...@ti.com] > Sent: Thursday, March 08, 2012 12:15 AM > To: Menon, Nishanth > Cc: R Sricharan; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH V3] OMAP5: reset: Use cold reset in case > of 5430ES

Re: [U-Boot] [PATCH V3] OMAP5: reset: Use cold reset in case of 5430ES1.0

2012-03-07 Thread Tom Rini
On 03/07/2012 11:22 AM, Menon, Nishanth wrote: On Wed, Mar 7, 2012 at 00:52, R Sricharan wrote: Warm reset is not functional in case of omap5430ES1.0. So use cold reset instead. Signed-off-by: R Sricharan --- [v3] Addressed Tom Rini's comments. arch/arm/cpu/armv7/omap-common/reset.S

Re: [U-Boot] [PATCH V3] OMAP5: reset: Use cold reset in case of 5430ES1.0

2012-03-07 Thread Menon, Nishanth
On Wed, Mar 7, 2012 at 00:52, R Sricharan wrote: > Warm reset is not functional in case of omap5430ES1.0. > So use cold reset instead. > > Signed-off-by: R Sricharan > --- >  [v3] >     Addressed Tom Rini's comments. > >  arch/arm/cpu/armv7/omap-common/reset.S |    3 +++ >  arch/arm/cpu/armv7/oma

[U-Boot] [PATCH V3] OMAP5: reset: Use cold reset in case of 5430ES1.0

2012-03-06 Thread R Sricharan
Warm reset is not functional in case of omap5430ES1.0. So use cold reset instead. Signed-off-by: R Sricharan --- [v3] Addressed Tom Rini's comments. arch/arm/cpu/armv7/omap-common/reset.S |3 +++ arch/arm/cpu/armv7/omap5/hwinit.c | 15 +++ 2 files changed, 18 insert