public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs
@ 2012-09-28 10:04 Igor Grinberg
  2012-09-28 10:18 ` Stefan Roese
  2012-10-02  9:34 ` Matthias Fuchs
  0 siblings, 2 replies; 3+ messages in thread
From: Igor Grinberg @ 2012-09-28 10:04 UTC (permalink / raw)
  To: u-boot

The env_ptr is already declared in environment.h, so there is no need to
redeclare in board files (especially after including the environment.h)
Remove those declarations.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Stefan Roese <sr@denx.de>
Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
---
Stefan, Matthias,
I'm sending from my laptop (not my main development machine) which
does not have the ppc tool chain installed, can you please compile
test these two boards? Thanks!

 board/esd/pmc405de/pmc405de.c |    1 -
 board/zeus/zeus.c             |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/board/esd/pmc405de/pmc405de.c b/board/esd/pmc405de/pmc405de.c
index a60809a..279d7d4 100644
--- a/board/esd/pmc405de/pmc405de.c
+++ b/board/esd/pmc405de/pmc405de.c
@@ -415,7 +415,6 @@ U_BOOT_CMD(eepwren, 2, 0, do_eep_wren,
 
 #if defined(CONFIG_PRAM)
 #include <environment.h>
-extern env_t *env_ptr;
 
 int do_painit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
diff --git a/board/zeus/zeus.c b/board/zeus/zeus.c
index 272e59b..e7b2f4d 100644
--- a/board/zeus/zeus.c
+++ b/board/zeus/zeus.c
@@ -39,7 +39,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define REBOOT_DO_POST	0x00000001
 
 extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips	*/
-extern env_t *env_ptr;
 
 ulong flash_get_size(ulong base, int banknum);
 void env_crc_update(void);
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs
  2012-09-28 10:04 [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs Igor Grinberg
@ 2012-09-28 10:18 ` Stefan Roese
  2012-10-02  9:34 ` Matthias Fuchs
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2012-09-28 10:18 UTC (permalink / raw)
  To: u-boot

On 09/28/2012 12:04 PM, Igor Grinberg wrote:
> The env_ptr is already declared in environment.h, so there is no need to
> redeclare in board files (especially after including the environment.h)
> Remove those declarations.

Thanks for spotting. I'll queue this up soon.

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs
  2012-09-28 10:04 [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs Igor Grinberg
  2012-09-28 10:18 ` Stefan Roese
@ 2012-10-02  9:34 ` Matthias Fuchs
  1 sibling, 0 replies; 3+ messages in thread
From: Matthias Fuchs @ 2012-10-02  9:34 UTC (permalink / raw)
  To: u-boot

Hi Igor,

you are right. Thanks. You can add my 

Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>

Matthias

On 09/28/2012 12:04 PM, Igor Grinberg wrote:
> The env_ptr is already declared in environment.h, so there is no need to
> redeclare in board files (especially after including the environment.h)
> Remove those declarations.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
> ---
> Stefan, Matthias,
> I'm sending from my laptop (not my main development machine) which
> does not have the ppc tool chain installed, can you please compile
> test these two boards? Thanks!
> 
>  board/esd/pmc405de/pmc405de.c |    1 -
>  board/zeus/zeus.c             |    1 -
>  2 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/board/esd/pmc405de/pmc405de.c b/board/esd/pmc405de/pmc405de.c
> index a60809a..279d7d4 100644
> --- a/board/esd/pmc405de/pmc405de.c
> +++ b/board/esd/pmc405de/pmc405de.c
> @@ -415,7 +415,6 @@ U_BOOT_CMD(eepwren, 2, 0, do_eep_wren,
>  
>  #if defined(CONFIG_PRAM)
>  #include <environment.h>
> -extern env_t *env_ptr;
>  
>  int do_painit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
>  {
> diff --git a/board/zeus/zeus.c b/board/zeus/zeus.c
> index 272e59b..e7b2f4d 100644
> --- a/board/zeus/zeus.c
> +++ b/board/zeus/zeus.c
> @@ -39,7 +39,6 @@ DECLARE_GLOBAL_DATA_PTR;
>  #define REBOOT_DO_POST	0x00000001
>  
>  extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips	*/
> -extern env_t *env_ptr;
>  
>  ulong flash_get_size(ulong base, int banknum);
>  void env_crc_update(void);
> 


-- 
-------------------------------------------------------------------------
Dipl.-Ing. Matthias Fuchs
Head of System Design

esd electronic system design gmbh
Vahrenwalder Str. 207 - 30165 Hannover - GERMANY
Phone: +49-511-37298-0 - Fax: +49-511-37298-68
Please visit our homepage http://www.esd.eu
Quality Products - Made in Germany
-------------------------------------------------------------------------
Gesch?ftsf?hrer: Klaus Detering
Amtsgericht Hannover HRB 51373 - VAT-ID DE 115672832
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-02  9:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 10:04 [U-Boot] [PATCH] pmc405de and zeus: remove the env_ptr externs Igor Grinberg
2012-09-28 10:18 ` Stefan Roese
2012-10-02  9:34 ` Matthias Fuchs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox