aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-27 14:26:15 -0600
committerTom Rini <trini@konsulko.com>2022-04-18 17:53:56 -0400
commit55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00 (patch)
tree853179dd2450dd37f012ed1b6dc9ab9c71ff15f6 /Makefile
parent830d73b4de41a3bfd20bf0bfdfe0189214340ed4 (diff)
downloadu-boot-55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00.zip
u-boot-55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00.tar.gz
u-boot-55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00.tar.bz2
Makefile: Drop a stale comment about linking
The bug mentioned here is fixed, so drop the comment. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9b25536..7937a4c 100644
--- a/Makefile
+++ b/Makefile
@@ -1785,10 +1785,6 @@ quiet_cmd_u-boot__ ?= LTO $@
-Wl,-Map,u-boot.map; \
$(if $(ARCH_POSTLINK), $(MAKE) -f $(ARCH_POSTLINK) $@, true)
else
-# Note: Linking efi-x86_app64 causes a segfault in the linker at present
-# when using x86_64-linux-gnu-ld.bfd
-# For now, disable --whole-archive which makes things link, although not
-# correctly
quiet_cmd_u-boot__ ?= LD $@
cmd_u-boot__ ?= $(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_u-boot) -o $@ \
-T u-boot.lds $(u-boot-init) \