1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-14 06:21:47 +02:00
Files
u-boot-megous/lib
Heinrich Schuchardt 823c233b7a efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
We check the existence of files with fs_exist(). This function calls
fs_close(). If we do not set the active block device again fs_opendir()
fails and we do not set the flag EFI_FILE_DIRECTORY. Due to this error the
`cd` command in the EFI shell fails.

So let's add the missing set_blk_dev(fh) call.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
2019-02-13 09:40:06 +01:00
..
2018-12-03 10:44:10 -05:00
2019-02-13 09:40:05 +01:00
2019-01-18 09:16:15 -05:00
2019-02-02 08:19:17 -05:00
2019-02-09 07:50:58 -05:00
2018-09-05 16:02:34 -04:00
2018-11-20 19:14:22 -07:00