commit | 8aa8360eca31b3b9f34645015df0556ce0e20e6d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 07 15:36:04 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 15:00:24 2018 +0200 |
tree | b090f30556c8862accf3b074afc12568d83c6ac5 | |
parent | 9b30232bfc6b98e7caa517bbec77f00fb46c93de [diff] |
efi_loader: correct signature of CalculateCrc32() Use const for the buffer. We are not changing the buffer. Use efi_uintn_t where prescribed by the UEFI spec. Prefer u32 over uint32_t. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>