]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: eliminate duplicate runtime section definitions
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 5 Apr 2024 08:12:57 +0000 (10:12 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 Apr 2024 09:03:12 +0000 (11:03 +0200)
commitb34ce3113babd3e6e56196431146a15c5bc6c92e
tree1c68f8b54390125ad2edb88f35d1bda3d8cbad4a
parentdf1076af36f2377c89a9ebc29cda70a2e2812b9c
efi_loader: eliminate duplicate runtime section definitions

The following symbols are defined in two includes:

* __efi_runtime_start[]
* __efi_runtime_stop[]
* __efi_runtime_rel_start[]
* __efi_runtime_rel_stop[]

Eliminate the definitions in efi_loader.h.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/efi_loader.h
lib/efi_loader/efi_memory.c