[U-Boot] Re : Re: [PATCH] exynos5: allow bigger BL2 (u-boot.bin)

Guillaume GARDET guillaume.gardet at free.fr
Mon Nov 19 16:56:37 UTC 2018


----- Tom Rini <trini at konsulko.com> a écrit :
> On Mon, Nov 19, 2018 at 05:45:03PM +0100, Guillaume GARDET wrote:
> 
> > This patch allows SPL to load a bigger BL2 (u-boot.bin).
> > This is needed for and has been tested on Arndale board, as u-boot.bin is 
> > now bigger than 512K with GCC8.
> > 
> > Signed-off-by: Guillaume GARDET <guillaume.gardet at free.fr>
> > 
> > Cc: Minkyu Kang <mk7.kang at samsung.com>
> > Cc: Tom Rini <trini at konsulko.com>
> > ---
> >  include/configs/exynos5-common.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Are these platforms using thumb2 to build?  Were it not for some early
> Cortex-A platforms with thumb2 errata I'd be strongly inclined to do a
> global switch to making that option default.

No, they are not using thumb2:
# CONFIG_SYS_THUMB_BUILD is not set
# CONFIG_SPL_SYS_THUMB_BUILD is not set


Guillaume

> 
> -- 
> Tom



More information about the U-Boot mailing list