From: Tom Rini Date: Mon, 24 May 2021 20:12:31 +0000 (-0400) Subject: Merge branch '2021-05-24-add-lto-support' X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=27c6d9663c3f42059514e47c17652304a1cfcfc9;p=u-boot.git Merge branch '2021-05-24-add-lto-support' - Add LTO (link time optimization) support to the build system and enable it on a few boards. This is an alternative to using -ffunction-sections/-fdata-sections and --gc-sections at link time to remove unused code. This can result in notable savings, but needs testing on each platform before use as it can expose problems by optimizing away various functionally necessary calls. --- 27c6d9663c3f42059514e47c17652304a1cfcfc9