diff options
Diffstat (limited to 'arch/x86/lib/elf_ia32_efi.lds')
-rw-r--r-- | arch/x86/lib/elf_ia32_efi.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/elf_ia32_efi.lds b/arch/x86/lib/elf_ia32_efi.lds index 983fabbc4d..aad61e7f81 100644 --- a/arch/x86/lib/elf_ia32_efi.lds +++ b/arch/x86/lib/elf_ia32_efi.lds @@ -46,7 +46,7 @@ SECTIONS *(.sbss) *(.scommon) *(.dynbss) - *(.bss) + *(.bss*) *(COMMON) /* U-Boot lists and device tree */ |