Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-17 Thread Stefano Babic
On 11/17/2011 04:14 PM, Igor Grinberg wrote: > > I don't have the ppc cross tool chain at hand, can you tell me which > ARM board(s) get broken, so I can verify this? > > Also, I think it is not that patch but the next one: > [PATCH 04/17] env: move extern environment[] to environment.h You're r

Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-17 Thread Igor Grinberg
Hi Stefano, On 11/17/11 16:12, Stefano Babic wrote: > On 11/07/2011 12:13 PM, Igor Grinberg wrote: >> Extract all extern declarations for default_environment[] out of c files >> into the environment.h header. >> >> Signed-off-by: Igor Grinberg >> Cc: Stefan Roese >> --- >> board/zeus/zeus.c

Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-17 Thread Stefano Babic
On 11/07/2011 12:13 PM, Igor Grinberg wrote: > Extract all extern declarations for default_environment[] out of c files > into the environment.h header. > > Signed-off-by: Igor Grinberg > Cc: Stefan Roese > --- > board/zeus/zeus.c |1 - > common/env_dataflash.c |2 -- > common/env_

Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-07 Thread Stefan Roese
On Monday 07 November 2011 12:13:57 Igor Grinberg wrote: > Extract all extern declarations for default_environment[] out of c files > into the environment.h header. > > Signed-off-by: Igor Grinberg > Cc: Stefan Roese Acked-by: Stefan Roese Thanks. Best regards, Stefan -- DENX Software Engin

[U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-07 Thread Igor Grinberg
Extract all extern declarations for default_environment[] out of c files into the environment.h header. Signed-off-by: Igor Grinberg Cc: Stefan Roese --- board/zeus/zeus.c |1 - common/env_dataflash.c |2 -- common/env_flash.c |2 -- common/env_mgdisk.c|3 --- commo