mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi: loader: Make efi_mem static
efi_mem is only referenced in efi_memory.c Signed-off-by: Bin Meng <bmeng@tinylab.org>
This commit is contained in:
parent
ee23830b6e
commit
207b686421
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ struct efi_mem_list {
|
|||
#define EFI_CARVE_OVERLAPS_NONRAM -3
|
||||
|
||||
/* This list contains all memory map items */
|
||||
LIST_HEAD(efi_mem);
|
||||
static LIST_HEAD(efi_mem);
|
||||
|
||||
#ifdef CONFIG_EFI_LOADER_BOUNCE_BUFFER
|
||||
void *efi_bounce_buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue