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