diff options
Diffstat (limited to 'env/fat.c')
-rw-r--r-- | env/fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/fat.c b/env/fat.c index 63aced93179..71bf8bfa18f 100644 --- a/env/fat.c +++ b/env/fat.c @@ -144,7 +144,7 @@ static int env_fat_load(void) goto err_env_relocate; } - return env_import(buf, 1); + return env_import(buf, 1, H_EXTERNAL); err_env_relocate: env_set_default(NULL, 0); |