Re: [U-Boot] [PATCH v3 08/11] m68k: enabling long jumps on mcf54x5 SoCs

2018-10-18 Thread Simon Glass
On 13 October 2018 at 16:34, Angelo Dureghello wrote: > Growing of binary size asks for long assembly jumps. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: > - new patch > Changes for v3: > - none > --- > arch/m68k/cpu/mcf547x_8x/start.S | 6 -- > 1 file changed, 4 insertions(+

[U-Boot] [PATCH v3 08/11] m68k: enabling long jumps on mcf54x5 SoCs

2018-10-13 Thread Angelo Dureghello
Growing of binary size asks for long assembly jumps. Signed-off-by: Angelo Dureghello --- Changes for v2: - new patch Changes for v3: - none --- arch/m68k/cpu/mcf547x_8x/start.S | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/m68k/cpu/mcf547x_8x/start.S b/arch/m68k