mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
env: Discern environment coming from external storage
Add another custom environment flag which discerns environment coming from external storage from environment set by U-Boot itself. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
2
env/ext4.c
vendored
2
env/ext4.c
vendored
@@ -156,7 +156,7 @@ static int env_ext4_load(void)
|
||||
goto err_env_relocate;
|
||||
}
|
||||
|
||||
err = env_import(buf, 1);
|
||||
err = env_import(buf, 1, H_EXTERNAL);
|
||||
if (!err)
|
||||
gd->env_valid = ENV_VALID;
|
||||
|
||||
|
Reference in New Issue
Block a user