diff mbox series

[04/10] Makefile: Avoid resetting link flags in config.mk

Message ID 20220327202622.3438333-4-sjg@chromium.org
State Accepted
Commit 1ddda37bbea1b8dcc33fd05408c1ca887f02a3b6
Delegated to: Tom Rini
Headers show
Series dm: Experiments for reducing SPL memory usage | expand

Commit Message

Simon Glass March 27, 2022, 8:26 p.m. UTC
This makes it impossible to change them elsewhere. The default value is
'empty' anyway, so just drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 config.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini April 19, 2022, 12:49 p.m. UTC | #1
On Sun, Mar 27, 2022 at 02:26:16PM -0600, Simon Glass wrote:

> This makes it impossible to change them elsewhere. The default value is
> 'empty' anyway, so just drop it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/config.mk b/config.mk
index 2595aed218b..b915c29b3f3 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 :=