Re: [RFC 03/14] efi_loader: simplify efi_dp_concat()

2024-04-28 Thread Ilias Apalodimas
On Fri, 26 Apr 2024 at 17:13, Heinrich Schuchardt wrote: > > As we now have efi_dp_merge() we can use this function to replace > efi_dp_concat(,,true) and remove the last parameter from efi_dp_concat() > otherwise. > This patch looks correct, but I prefer keeping the existing efi_dp_concat as-is

[RFC 03/14] efi_loader: simplify efi_dp_concat()

2024-04-26 Thread Heinrich Schuchardt
As we now have efi_dp_merge() we can use this function to replace efi_dp_concat(,,true) and remove the last parameter from efi_dp_concat() otherwise. Signed-off-by: Heinrich Schuchardt --- cmd/eficonfig.c| 22 +- cmd/efidebug.c