Re: [PATCH 03/10] Makefile: Drop a stale comment about linking

2022-04-19 Thread Tom Rini
On Sun, Mar 27, 2022 at 02:26:15PM -0600, Simon Glass wrote:

> The bug mentioned here is fixed, so drop the comment.
> 
> Signed-off-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 03/10] Makefile: Drop a stale comment about linking

2022-03-27 Thread Simon Glass
The bug mentioned here is fixed, so drop the comment.

Signed-off-by: Simon Glass 
---

 Makefile | 4 
 1 file changed, 4 deletions(-)

diff --git a/Makefile b/Makefile
index c9585ddebfc..e23c3204d21 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)
\
-- 
2.35.1.1021.g381101b075-goog