From: Guillaume GARDET Date: Tue, 20 Nov 2018 13:15:13 +0000 (+0100) Subject: exynos: imply SYS_THUMB_BUILD X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c96d90367a6a229210b8b16681cfe9e5c8aeced1;p=project%2Fbcm63xx%2Fu-boot.git exynos: imply SYS_THUMB_BUILD This patch allows smaller binaries. This is needed for and has been tested on Arndale board, as u-boot.bin is now bigger than the 512K load limit, with GCC8, without thumb mode. Signed-off-by: Guillaume GARDET Cc: Albert Aribaud Cc: Minkyu Kang Cc: Tom Rini Acked-by: Lukasz Majewski Acked-by: Minkyu Kang Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cb7ec58079..e41ce77248 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -607,6 +607,7 @@ config ARCH_EXYNOS select DM_SPI select DM_SPI_FLASH select SPI + imply SYS_THUMB_BUILD imply CMD_DM imply FAT_WRITE