mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
sandbox: add FAT to the list of usable env drivers
Add the FAT environment driver to the priority list. When testing the UEFI sub-system the EFI system partition is formatted with FAT so it is reasonable to store the environment there. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c803838fa8
commit
2a38e71265
@ -48,6 +48,7 @@ unsigned long timer_read_counter(void)
|
|||||||
static enum env_location env_locations[] = {
|
static enum env_location env_locations[] = {
|
||||||
ENVL_NOWHERE,
|
ENVL_NOWHERE,
|
||||||
ENVL_EXT4,
|
ENVL_EXT4,
|
||||||
|
ENVL_FAT,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum env_location env_get_location(enum env_operation op, int prio)
|
enum env_location env_get_location(enum env_operation op, int prio)
|
||||||
|
Loading…
Reference in New Issue
Block a user