From: Simon Glass Date: Sun, 27 Mar 2022 20:26:16 +0000 (-0600) Subject: Makefile: Avoid resetting link flags in config.mk X-Git-Tag: v2025.01-rc5-pxa1908~1452^2~4 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6;p=u-boot.git Makefile: Avoid resetting link flags in config.mk This makes it impossible to change them elsewhere. The default value is 'empty' anyway, so just drop it. Signed-off-by: Simon Glass --- diff --git a/config.mk b/config.mk index 2595aed218..b915c29b3f 100644 --- a/config.mk +++ b/config.mk @@ -12,7 +12,6 @@ # If we did not have Tegra SoCs, build system would be much simpler...) PLATFORM_RELFLAGS := PLATFORM_CPPFLAGS := -KBUILD_LDFLAGS := LDFLAGS_FINAL := LDFLAGS_STANDALONE := OBJCOPYFLAGS :=