diff options
author | Marek Behún <marek.behun@nic.cz> | 2021-05-20 13:24:25 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-24 14:21:30 -0400 |
commit | 960f110c3781c3d28ca8e75181019a3454ec843a (patch) | |
tree | f8030394494c4f48bc313bef423f70675b1ef400 /configs/nokia_rx51_defconfig | |
parent | 34ccadcd3334d695806acb84e4d4e5f4ef322e9e (diff) | |
download | u-boot-960f110c3781c3d28ca8e75181019a3454ec843a.tar.gz u-boot-960f110c3781c3d28ca8e75181019a3454ec843a.tar.xz u-boot-960f110c3781c3d28ca8e75181019a3454ec843a.zip |
ARM: enable LTO for some boards
Enable LTO for some boards that were tested by people on U-Boot Mailing
List.
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Tested-by: Adam Ford <aford173@gmail.com>
Tested-by: Pali Rohár <pali@kernel.org>
Tested-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/nokia_rx51_defconfig')
-rw-r--r-- | configs/nokia_rx51_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index f79613260f..802568aea7 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -1,3 +1,4 @@ +CONFIG_LTO=y CONFIG_ARM=y # CONFIG_SYS_THUMB_BUILD is not set CONFIG_ARCH_OMAP2PLUS=y |