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

2022-04-19 Thread Tom Rini
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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2022-03-27 Thread Simon Glass
This makes it impossible to change them elsewhere. The default value is 'empty' anyway, so just drop it. Signed-off-by: Simon Glass --- config.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/config.mk b/config.mk index 2595aed218b..b915c29b3f3 100644 --- a/config.mk +++ b/config.mk @@