Re: [PATCH v3 2/4] mkimage: Use EFI32_HEADER_SIZE define in arm-efi case

2019-01-15 Thread Daniel Kiper
On Mon, Jan 14, 2019 at 04:27:16PM +0100, Alexander Graf wrote: > The efi-arm case was defining its own header size calculation, even though > it's > 100% identical to the common EFI32_HEADER_SIZE definition. > > So let's clean it up to use the common define. > > Signed-off-by: Alexander Graf > -

[PATCH v3 2/4] mkimage: Use EFI32_HEADER_SIZE define in arm-efi case

2019-01-14 Thread Alexander Graf
The efi-arm case was defining its own header size calculation, even though it's 100% identical to the common EFI32_HEADER_SIZE definition. So let's clean it up to use the common define. Signed-off-by: Alexander Graf --- util/mkimage.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-)