diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-05-20 13:24:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-24 14:21:30 -0400 |
commit | 9d3918f3fd3cf3b84043ba3490e428abceeabd3d (patch) | |
tree | cec82225b1b49f6b4a5006e5c0d99f761574bfd3 /drivers/ddr/microchip/ddr2.c | |
parent | e8bb990fe77009cef4ebdbacb763d66f84291a87 (diff) | |
download | u-boot-9d3918f3fd3cf3b84043ba3490e428abceeabd3d.tar.gz u-boot-9d3918f3fd3cf3b84043ba3490e428abceeabd3d.tar.xz u-boot-9d3918f3fd3cf3b84043ba3490e428abceeabd3d.zip |
ARM: fix LTO for seaboard
When seaboard_defconfig is compiled with LTO, the compiler complains
about some instructions not being supported in ARM mode.
This is caused by arch/arm/mach-tegra/tegra20/warmboot_avp.c having
different CFLAGS declared in Makefile. This file needs to be compiled
without LTO.
Fix this by removing -flto for this file.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr/microchip/ddr2.c')
0 files changed, 0 insertions, 0 deletions