]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/env_flash.c
env: move extern default_environment[] to environment.h
[people/ms/u-boot.git] / common / env_flash.c
index 8e415d72d37576fb4c70370d4d4bd82c47e124c7..d9f8fcb1ef462ca1c51e5eef362373818743c3a7 100644 (file)
@@ -74,8 +74,6 @@ static env_t *flash_addr_new = (env_t *)CONFIG_ENV_ADDR_REDUND;
 static ulong end_addr_new = CONFIG_ENV_ADDR_REDUND + CONFIG_ENV_SECT_SIZE - 1;
 #endif /* CONFIG_ENV_ADDR_REDUND */
 
-extern const uchar default_environment[];
-
 
 uchar env_get_char_spec(int index)
 {