Re: [PATCH] board_r: Remove duplicate headers

2024-10-29 Thread Tom Rini
On Wed, 23 Oct 2024 08:27:50 +0300, Ilias Apalodimas wrote: > efi_loader.h is included twice. Remove one and move the other in > alphabetical order > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] board_r: Remove duplicate headers

2024-10-23 Thread Peter Robinson
On Wed, 23 Oct 2024 at 06:28, Ilias Apalodimas wrote: > > efi_loader.h is included twice. Remove one and move the other in > alphabetical order > > Signed-off-by: Ilias Apalodimas Reviewed-by: Peter Robinson LGTM > --- > common/board_r.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(

[PATCH] board_r: Remove duplicate headers

2024-10-22 Thread Ilias Apalodimas
efi_loader.h is included twice. Remove one and move the other in alphabetical order Signed-off-by: Ilias Apalodimas --- common/board_r.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/board_r.c b/common/board_r.c index e5f33f40643b..61b15d01c25f 100644 --- a/common/