mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 13:01:17 +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/sata.c
vendored
2
env/sata.c
vendored
@@ -111,7 +111,7 @@ static void env_sata_load(void)
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
return env_import(buf, 1);
|
||||
return env_import(buf, 1, H_EXTERNAL);
|
||||
}
|
||||
|
||||
U_BOOT_ENV_LOCATION(sata) = {
|
||||
|
Reference in New Issue
Block a user