]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootflow: bootmeth_efi: don't free buffer
authorShantur Rathore <i@shantur.com>
Sun, 19 Nov 2023 16:55:01 +0000 (16:55 +0000)
committerTom Rini <trini@konsulko.com>
Sat, 9 Dec 2023 18:16:08 +0000 (13:16 -0500)
commit37503b0c0c042b07eed377baf587fdbabdb46dd9
treec6f13deac6253ea887f08a3a19f11ec7ffdf0a01
parent184fc0379dd0d750d8d032fb5a147150c13547c2
bootflow: bootmeth_efi: don't free buffer

bootmeth_efi doesn't allocate any buffer to load efi in any case.
enable static buffer flag for all cases.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Shantur Rathore <i@shantur.com>
boot/bootmeth_efi.c