mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
env: Drop env_relocate_spec() in favour of env_load()
This is a strange name for a function that loads the environment. There is now only one implementation of this function, so use the new env_load() function directly instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
2
env/common.c
vendored
2
env/common.c
vendored
@@ -280,7 +280,7 @@ void env_relocate(void)
|
||||
set_default_env("!bad CRC");
|
||||
#endif
|
||||
} else {
|
||||
env_relocate_spec();
|
||||
env_load();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user