Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[oweals/u-boot.git] / arch / x86 / lib / elf_ia32_efi.lds
index 174d36f758e3731bf851785480d3e9d8dc14ca9e..aad61e7f817c5481639de520e7f20588107f0c06 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: BSD-2-Clause */
 /*
  * U-Boot EFI linker script
  *
- * SPDX-License-Identifier:    BSD-2-Clause
- *
  * Modified from usr/lib32/elf_ia32_efi.lds in gnu-efi
  */
 
@@ -47,7 +46,7 @@ SECTIONS
                *(.sbss)
                *(.scommon)
                *(.dynbss)
-               *(.bss)
+               *(.bss*)
                *(COMMON)
 
                /* U-Boot lists and device tree */