diff options
Diffstat (limited to 'common/env_sf.c')
| -rw-r--r-- | common/env_sf.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/common/env_sf.c b/common/env_sf.c index a1ff297ba..8ff52a31b 100644 --- a/common/env_sf.c +++ b/common/env_sf.c @@ -55,9 +55,6 @@ static ulong env_new_offset = CONFIG_ENV_OFFSET_REDUND;  DECLARE_GLOBAL_DATA_PTR; -/* references to names in env_common.c */ -extern uchar default_environment[]; -  char * env_name_spec = "SPI Flash";  static struct spi_flash *env_flash; |