mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
env: Move env_relocate() to env.h
Move env_relocate() over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -31,6 +31,14 @@ int env_get_id(void);
|
||||
*/
|
||||
int env_init(void);
|
||||
|
||||
/**
|
||||
* env_relocate() - Set up the post-relocation environment
|
||||
*
|
||||
* This loads the environment into RAM so that it can be modified. This is
|
||||
* called after relocation, before the environment is used
|
||||
*/
|
||||
void env_relocate(void);
|
||||
|
||||
/**
|
||||
* env_get_f() - Look up the value of an environment variable (early)
|
||||
*
|
||||
|
Reference in New Issue
Block a user