From: Marek BehĂșn Date: Thu, 20 May 2021 11:24:19 +0000 (+0200) Subject: ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards) X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=baa977bd0f63c48ffd57c65f052d5a6c8f6f0fc1;p=u-boot.git ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards) Adam Ford says that DM3730 needs board.c compiled without LTO flags. Signed-off-by: Marek BehĂșn Tested-by: Adam Ford --- diff --git a/arch/arm/mach-omap2/omap3/Makefile b/arch/arm/mach-omap2/omap3/Makefile index 91ed8ebc9f..151bdf6ebc 100644 --- a/arch/arm/mach-omap2/omap3/Makefile +++ b/arch/arm/mach-omap2/omap3/Makefile @@ -9,6 +9,7 @@ CFLAGS_clock.o += -marm obj-y := lowlevel_init.o obj-y += board.o +CFLAGS_REMOVE_board.o := $(LTO_CFLAGS) obj-y += boot.o obj-y += clock.o obj-y += sys_info.o