]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
pmc405de and zeus: remove the env_ptr externs
authorIgor Grinberg <grinberg@compulab.co.il>
Fri, 28 Sep 2012 10:04:46 +0000 (12:04 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:00 +0000 (11:54 -0700)
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>
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
board/esd/pmc405de/pmc405de.c
board/zeus/zeus.c

index a60809a1dd6d76d16e64bd92258df8c2134d70b1..279d7d4ff6ab528ae57bd92d3b8ea60688255c39 100644 (file)
@@ -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[])
 {
index 272e59b63a5d46b3f31e0857bf284454eaff16c0..e7b2f4d5124a78b991512851afe864c2e2e2f1aa 100644 (file)
@@ -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);