diff options
-rw-r--r-- | env/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/flash.c b/env/flash.c index b3230fd611f..9c8abfa016c 100644 --- a/env/flash.c +++ b/env/flash.c @@ -228,7 +228,7 @@ static int env_flash_init(void) return 0; } - gd->env_valid = ENV_INVALID; + gd->env_valid = ENV_INVALID; return 0; } #endif |