diff options
author | Simon Glass | 2022-03-27 14:26:15 -0600 |
---|---|---|
committer | Tom Rini | 2022-04-18 17:53:56 -0400 |
commit | 55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00 (patch) | |
tree | 853179dd2450dd37f012ed1b6dc9ab9c71ff15f6 /Makefile | |
parent | 830d73b4de41a3bfd20bf0bfdfe0189214340ed4 (diff) |
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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) \ |