Re: [U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-03 Thread Lukasz Majewski
Hi Guillaume, > Hi, > > not sure through which tree it should go and who should take care of > it? Please rebase on top of u-boot/master branch. Then Minkyu will take the patch to his tree. > > Guillaume > > - Lukasz Majewski a écrit : > > Hi Guillaume, > > > > > This patch allows

Re: [U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD

2018-11-26 Thread Lukasz Majewski
Hi Guillaume, > 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. > Acked-by: Lukasz Majewski > Signed-off-by: Guillaume GARDET > > Cc: Albert Aribaud > Cc:

[U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD

2018-11-20 Thread Guillaume GARDET
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 --- arch/arm/Kconfig | 1 + 1