]> git.ipfire.org Git - u-boot.git/commit
efi_loader: address of the simple file system protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 19 Jan 2018 19:24:38 +0000 (20:24 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000 (23:09 +0100)
commit22de1de905885f2b89ea913e7ce0e18866b389cd
tree29bc4fcaeffa6d0efe1faca3786e8ce2593eb063
parent04298686a43af15c091393fac71fc42e73efddbd
efi_loader: address of the simple file system protocol

When installing the the simple file system protocol we have to path
the address of the structure and not the address of a pointer to the
structure.

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