diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-21 13:15:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-21 13:15:21 -0400 |
commit | 26699998e9f4adb8c0ac8b36a2c3089fa8f05283 (patch) | |
tree | ed77d69574a9ff67aa7a8ff6bb7de03306900005 /arch/x86/lib/elf_ia32_efi.lds | |
parent | b71d9e8b3805305ea4116733f515061710ad7081 (diff) | |
parent | dbb148b22cbf242156edf53cca6d661cd320cb83 (diff) |
Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-boot
Patch queue for efi - 2018-08-21
A few fixes for 2018.09. Most noticable are:
- unbreak x86 target (-fdata-section fallout)
- fix undefined behavior in a few corner cases
- make Jetson TX1 boot again
- RTS fixes
- implement reset for simple output
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 */ |