]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: add FAT to the list of usable env drivers
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 4 Mar 2021 18:28:37 +0000 (18:28 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:26 +0000 (19:23 +1300)
commit2a38e712652f678c9e6141f5d83bc4fdfafe161f
tree1d72ec35a3719e963264a3d4bea94f358556a1d1
parentc803838fa85d681a0ea60409fc81f596a2e9c07c
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>
board/sandbox/sandbox.c