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
> -
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(-)