Re: [PATCH 1/2] smartweb: Enable LTO

2023-04-04 Thread Tom Rini
On Tue, Mar 28, 2023 at 02:54:50PM -0400, Tom Rini wrote: > In order to prepare for slight size growth due to reworking linker list > support, enable LTO here to save more space again. > > Signed-off-by: Tom Rini > Reviewed-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signat

Re: [PATCH 1/2] smartweb: Enable LTO

2023-03-28 Thread Heiko Schocher
Hello Tom, On 28.03.23 20:54, Tom Rini wrote: > In order to prepare for slight size growth due to reworking linker list > support, enable LTO here to save more space again. > > Signed-off-by: Tom Rini > --- > Cc: Heiko Schocher > --- > configs/smartweb_defconfig | 1 + > 1 file changed, 1 inse

[PATCH 1/2] smartweb: Enable LTO

2023-03-28 Thread Tom Rini
In order to prepare for slight size growth due to reworking linker list support, enable LTO here to save more space again. Signed-off-by: Tom Rini --- Cc: Heiko Schocher --- configs/smartweb_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/smartweb_defconfig b/configs/smart