]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: correct find simple file system protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Jan 2018 19:24:39 +0000 (20:24 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commiteb2d0fbe597b4d30ec1e1997be1cfd8989220fd5
treeb320ebf62de82004afe312dabeadfaeae87f2cd4
parent8eda93fb4cd8438667b7ca8d1f500d8c783308f9
efi_loader: correct find simple file system protocol

In contrast to the description the code did not split the device
path into device part and file part.

The code should use the installed protocol and not refer to the
internal structure of the the disk object.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_disk.c