Re: [U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

2012-02-21 Thread R, Sricharan
Hi Tom, On Tue, Feb 21, 2012 at 8:19 PM, Tom Rini wrote: > > On Tue, Feb 21, 2012 at 01:16:58PM +0530, R, Sricharan wrote: > > Hi Tom, > > > > On Mon, Feb 20, 2012 at 11:15 PM, Tom Rini wrote: > > > > > On Fri, Feb 17, 2012 at 05:35:27PM +0530, R Sricharan wrote: > > > > > > > Adding the nessecar

Re: [U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

2012-02-21 Thread Tom Rini
On Tue, Feb 21, 2012 at 01:16:58PM +0530, R, Sricharan wrote: > Hi Tom, > > On Mon, Feb 20, 2012 at 11:15 PM, Tom Rini wrote: > > > On Fri, Feb 17, 2012 at 05:35:27PM +0530, R Sricharan wrote: > > > > > Adding the nessecary changes for OMAP5430 ES1.0 silicon. > > > > > > Signed-off-by: R Srichar

Re: [U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

2012-02-20 Thread R, Sricharan
Hi Tom, On Mon, Feb 20, 2012 at 11:15 PM, Tom Rini wrote: > On Fri, Feb 17, 2012 at 05:35:27PM +0530, R Sricharan wrote: > > > Adding the nessecary changes for OMAP5430 ES1.0 silicon. > > > > Signed-off-by: R Sricharan > [snip] > > +/* OPP SETTING */ > > +#define OPP_NOM > > Where is this used?

Re: [U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

2012-02-20 Thread Tom Rini
On Fri, Feb 17, 2012 at 05:35:27PM +0530, R Sricharan wrote: > Adding the nessecary changes for OMAP5430 ES1.0 silicon. > > Signed-off-by: R Sricharan [snip] > +/* OPP SETTING */ > +#define OPP_NOM Where is this used? [snip] > /* Defines for SPL */ > #define CONFIG_SPL > -#define CONFIG_SPL_

[U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

2012-02-17 Thread R Sricharan
Adding the nessecary changes for OMAP5430 ES1.0 silicon. Signed-off-by: R Sricharan --- include/configs/omap5_evm.h | 24 +--- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index d3d5263..23d1b3d 10