]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/boot/efi/linux.c
boot: Remove unused parameters from pe_kernel_info
authorJan Janssen <medhefgo@web.de>
Wed, 21 Sep 2022 10:23:36 +0000 (12:23 +0200)
committerJan Janssen <medhefgo@web.de>
Mon, 17 Oct 2022 12:47:42 +0000 (14:47 +0200)
commitdcde6ae16551d126f8cd0c3fb9851bb11ac1b938
treeedff80ee7ef6a0e475e4616d8b702c6e7d24578a
parenta529d8182e29d300385b742479fa7964724a6e04
boot: Remove unused parameters from pe_kernel_info

Only the compat entry address is used now. This also now only returns
the compat entry address. If the image is native we do not need to try
calling into the entry address again as we would already have done so
from StartImage (and failed).
src/boot/efi/boot.c
src/boot/efi/linux.c
src/boot/efi/pe.c
src/boot/efi/pe.h