
14 Jun
2018
14 Jun
'18
9:01 p.m.
On 14 June 2018 at 12:22, Alexander Graf agraf@suse.de wrote:
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
v1 -> v2:
- Clarify address vs pointer
- include mapmem.h
lib/efi_loader/efi_file.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org