commit | ab133c74f7f4ef415e9a29942c9c438482a04eb6 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Aug 08 03:54:32 2018 -0600 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:28 2018 +0200 |
tree | 73680b7929c789596480cf89d0bd9a578c37066f | |
parent | 5d618df3928ace235b290f186731859163638e09 [diff] |
efi_loader: Pass address to fs_read() The fs_read() function wants to get an address rather than the pointer to a buffer. So let's convert the passed buffer from pointer back a the address to make efi_loader on sandbox happier. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>