[U-Boot] [PATCH v2 10/11] efi_loader: Pass address to fs_read()

Simon Glass sjg at chromium.org
Thu Jun 14 19:01:18 UTC 2018


On 14 June 2018 at 12:22, Alexander Graf <agraf at 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 at 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 at chromium.org>


More information about the U-Boot mailing list