Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-10 Thread Sughosh Ganu
hi Heiko, On Tue Jan 10, 2012 at 10:42:08AM +0100, Heiko Schocher wrote: > Hello Sughosh, Christian, Tom, > > Sughosh Ganu wrote: > >>> I see a CONFIG_MACH_DAVINCI_* like define in da850evm.h and > >>> hawkboard.h. Should i add a similar define for cam_enc_4xx, and use > >>> these instead. > >

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-10 Thread Heiko Schocher
Hello Sughosh, Christian, Tom, Sughosh Ganu wrote: > hi Christian, > On Tue Jan 10, 2012 at 09:15:14AM +0100, Christian Riesch wrote: >> Hi Sughosh and Tom, >> >> On Tuesday, January 10, 2012, Sughosh Ganu wrote: >>> On Mon Jan 09, 2012 at 04:30:56PM -0700, Tom Rini wrote: On 01/09/2012 11:2

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-10 Thread Sughosh Ganu
hi Christian, On Tue Jan 10, 2012 at 09:15:14AM +0100, Christian Riesch wrote: > Hi Sughosh and Tom, > > On Tuesday, January 10, 2012, Sughosh Ganu wrote: > > On Mon Jan 09, 2012 at 04:30:56PM -0700, Tom Rini wrote: > >> On 01/09/2012 11:28 AM, Sughosh Ganu wrote: > > > > > > > >> > --- a/arch/a

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-10 Thread Christian Riesch
Hi Sughosh and Tom, On Tuesday, January 10, 2012, Sughosh Ganu wrote: > On Mon Jan 09, 2012 at 04:30:56PM -0700, Tom Rini wrote: >> On 01/09/2012 11:28 AM, Sughosh Ganu wrote: > > > >> > --- a/arch/arm/cpu/arm926ejs/davinci/Makefile >> > +++ b/arch/arm/cpu/arm926ejs/davinci/Makefile >> > @@ -38,

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-09 Thread Sughosh Ganu
On Mon Jan 09, 2012 at 04:30:56PM -0700, Tom Rini wrote: > On 01/09/2012 11:28 AM, Sughosh Ganu wrote: > > --- a/arch/arm/cpu/arm926ejs/davinci/Makefile > > +++ b/arch/arm/cpu/arm926ejs/davinci/Makefile > > @@ -38,8 +38,11 @@ COBJS-$(CONFIG_DRIVER_TI_EMAC) += lxt972.o dp83848.o > > et1011c.o

Re: [U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-09 Thread Tom Rini
On 01/09/2012 11:28 AM, Sughosh Ganu wrote: > This patch moves hawkboard to the new spl infrastructure from the > older nand_spl one. Making this change required some code refactoring > with a couple of davinci based platforms which use spl. > > Removed the hawkboard_nand_config build option -- Th

[U-Boot] [PATCH 2/2] Changes to move hawkboard to the new infrastructure.

2012-01-09 Thread Sughosh Ganu
This patch moves hawkboard to the new spl infrastructure from the older nand_spl one. Making this change required some code refactoring with a couple of davinci based platforms which use spl. Removed the hawkboard_nand_config build option -- The spl code now gets compiled with hawkboard_config, af