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

2012-03-05 Thread Tom Rini
On Thu, Mar 01, 2012 at 08:08:43PM +0530, R Sricharan wrote: > Warm reset is not functional in case of omap5430ES1.0. > So use cold reset instead. [snip] > --- a/arch/arm/cpu/armv7/omap-common/reset.S > +++ b/arch/arm/cpu/armv7/omap-common/reset.S > @@ -23,6 +23,7 @@ > > #include > > +#ifnde

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

2012-03-01 Thread R Sricharan
Warm reset is not functional in case of omap5430ES1.0. So use cold reset instead. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/reset.S |2 ++ arch/arm/cpu/armv7/omap5/hwinit.c | 16 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/