Re: [U-Boot] [PATCH v2 08/18] efi_loader: efi_net: use efi_add_protocol

2017-11-17 Thread Simon Glass
On 12 November 2017 at 07:02, Heinrich Schuchardt wrote: > Use efi_add_protocol to add protocols. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > no change > --- > lib/efi_loader/efi_net.c | 34 -- > 1 file

[U-Boot] [PATCH v2 08/18] efi_loader: efi_net: use efi_add_protocol

2017-11-12 Thread Heinrich Schuchardt
Use efi_add_protocol to add protocols. Signed-off-by: Heinrich Schuchardt --- v2 no change --- lib/efi_loader/efi_net.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/lib/efi_loader/efi_net.c