Skip to content
Commit 53a7ea28 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: libstub: Fix incorrect payload size in zboot header



The linker script symbol definition that captures the size of the
compressed payload inside the zboot decompressor (which is exposed via
the image header) refers to '.' for the end of the region, which does
not give the correct result as the expression is not placed at the end
of the payload. So use the symbol name explicitly.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent db14655a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment