]> git.sur5r.net Git - u-boot/blobdiff - env/fat.c
env: Drop the env_name_spec global
[u-boot] / env / fat.c
index 1ff3d9dc865fd397540936ccf2fe383e57995886..eda18dbf3d4723ddb59ce5e488447ef0636f7833 100644 (file)
--- a/env/fat.c
+++ b/env/fat.c
@@ -31,8 +31,6 @@
 # endif
 #endif
 
-char *env_name_spec = "FAT";
-
 env_t *env_ptr;
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -116,6 +114,7 @@ err_env_relocate:
 
 U_BOOT_ENV_LOCATION(fat) = {
        .location       = ENVL_FAT,
+       ENV_NAME("FAT")
 #ifdef LOADENV
        .load           = env_fat_load,
 #endif