]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/env_sf.c
env: move extern default_environment[] to environment.h
[karo-tx-uboot.git] / common / env_sf.c
index a1ff297ba7e2568b795af35ce6cd653468cf79f3..8ff52a31bf302fdfc34365b2e2826f1db182d906 100644 (file)
@@ -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;