mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
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>
This commit is contained in:
@@ -345,9 +345,6 @@ extern const efi_guid_t smbios3_guid;
|
||||
extern const efi_guid_t efi_guid_text_input_protocol;
|
||||
extern const efi_guid_t efi_guid_text_output_protocol;
|
||||
|
||||
extern char __efi_runtime_start[], __efi_runtime_stop[];
|
||||
extern char __efi_runtime_rel_start[], __efi_runtime_rel_stop[];
|
||||
|
||||
/**
|
||||
* struct efi_open_protocol_info_item - open protocol info item
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user