]> git.baikalelectronics.ru Git - uboot.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)
commitb6918b835d67f53e5b254fd20d617845f164526e
tree1d72ec35a3719e963264a3d4bea94f358556a1d1
parentb315bf9e501fb0daeddcf0e2c7c38d5f91c9ced6
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