Re: [U-Boot] [PATCH 05/11] efi_loader: move efi_search_obj up in code

2017-10-13 Thread Alexander Graf
On 13.10.17 02:15, Heinrich Schuchardt wrote: > On 10/09/2017 06:49 AM, Simon Glass wrote: >> On 7 October 2017 at 22:57, Heinrich Schuchardt wrote: >>> To avoid a forward declaration move efi_search_obj before >>> all protocol services functions. >>> >>> Signed-off-by: Heinrich Schuchardt >>>

Re: [U-Boot] [PATCH 05/11] efi_loader: move efi_search_obj up in code

2017-10-12 Thread Heinrich Schuchardt
On 10/09/2017 06:49 AM, Simon Glass wrote: > On 7 October 2017 at 22:57, Heinrich Schuchardt wrote: >> To avoid a forward declaration move efi_search_obj before >> all protocol services functions. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> lib/efi_loader/efi_boottime.c | 41 +

Re: [U-Boot] [PATCH 05/11] efi_loader: move efi_search_obj up in code

2017-10-08 Thread Simon Glass
On 7 October 2017 at 22:57, Heinrich Schuchardt wrote: > To avoid a forward declaration move efi_search_obj before > all protocol services functions. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_boottime.c | 41 + > 1 file changed, 21

[U-Boot] [PATCH 05/11] efi_loader: move efi_search_obj up in code

2017-10-07 Thread Heinrich Schuchardt
To avoid a forward declaration move efi_search_obj before all protocol services functions. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 41 + 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/lib/efi_loader/efi_boott