Re: [U-Boot] [PATCH-V2 3/4] AM35x: Add support for AM3517EVM

2010-05-06 Thread Wolfgang Denk
Dear "Hiremath, Vaibhav", In message <19f8576c6e063c45be387c64729e7394044e351...@dbde02.ent.ti.com> you wrote: > ... > > > --- a/arch/arm/include/asm/arch-omap3/mux.h > > > +++ b/arch/arm/include/asm/arch-omap3/mux.h ... > > And all this asks > > to be converted into a proper C struct. > [Hirema

Re: [U-Boot] [PATCH-V2 3/4] AM35x: Add support for AM3517EVM

2010-05-05 Thread Hiremath, Vaibhav
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Thursday, May 06, 2010 1:42 AM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH-V2 3/4] AM35x: Add support for AM3517EVM > > Dear hvaib...@ti.com, > >

Re: [U-Boot] [PATCH-V2 3/4] AM35x: Add support for AM3517EVM

2010-05-05 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message <1272034546-26041-5-git-send-email-hvaib...@ti.com> you wrote: > From: Vaibhav Hiremath > > This patch adds basic support for the AM3517EVM. > It includes: > - Board int file (.c and .h) > - Default configuration file > - Updates for Makefile >

[U-Boot] [PATCH-V2 3/4] AM35x: Add support for AM3517EVM

2010-04-23 Thread hvaibhav
From: Vaibhav Hiremath This patch adds basic support for the AM3517EVM. It includes: - Board int file (.c and .h) - Default configuration file - Updates for Makefile Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi --- Makefile