Re: [PATCH 1/3] efi: Add debugging to efi_set_bootdev()

2022-01-29 Thread Simon Glass
Hi Heinrich, On Mon, 24 Jan 2022 at 20:54, Heinrich Schuchardt wrote: > > On 1/22/22 02:16, Simon Glass wrote: > > The operation of this function can be confusing. Add some debugging so > > we can see what it is doing and when it is called. > > > > Also drop the preprocessor usage. > > > >

Re: [PATCH 1/3] efi: Add debugging to efi_set_bootdev()

2022-01-24 Thread Heinrich Schuchardt
On 1/22/22 02:16, Simon Glass wrote: The operation of this function can be confusing. Add some debugging so we can see what it is doing and when it is called. Also drop the preprocessor usage. Signed-off-by: Simon Glass --- cmd/bootefi.c | 32 +--- 1 file

[PATCH 1/3] efi: Add debugging to efi_set_bootdev()

2022-01-21 Thread Simon Glass
The operation of this function can be confusing. Add some debugging so we can see what it is doing and when it is called. Also drop the preprocessor usage. Signed-off-by: Simon Glass --- cmd/bootefi.c | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-)