Re: [U-Boot] [PATCH 02/14] ARM: AM43xx: Adapt to ti_armv7_common.h config file

2013-11-06 Thread Lokesh Vutla
Hi Vaibhav, On Wednesday 06 November 2013 06:04 PM, Vaibhav Bedia wrote: > On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: >> Use ti_armv7_common.h config file to inclde the common >> configs. > > [...] > > >> +/* Clock Defines */ >> +#define V_OSCK 2400 /* Cl

Re: [U-Boot] [PATCH 02/14] ARM: AM43xx: Adapt to ti_armv7_common.h config file

2013-11-06 Thread Vaibhav Bedia
On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote: > Use ti_armv7_common.h config file to inclde the common > configs. [...] > +/* Clock Defines */ > +#define V_OSCK 2400 /* Clock output from T2 */ > +#define V_SCLK (V_OSCK) I know this is

[U-Boot] [PATCH 02/14] ARM: AM43xx: Adapt to ti_armv7_common.h config file

2013-11-04 Thread Lokesh Vutla
Use ti_armv7_common.h config file to inclde the common configs. Signed-off-by: Lokesh Vutla --- board/ti/am43xx/board.c |2 +- include/configs/am43xx_evm.h | 130 +- 2 files changed, 28 insertions(+), 104 deletions(-) diff --git a/board/ti/am43x