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 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: Minkyu Kang 
> > > Cc: Tom Rini 
> > > ---
> > >  arch/arm/Kconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > > index f5d4d39683..1ccd53fd0b 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
> > >
> > 
> > 
> > 
> > 
> > Best regards,
> > 
> > Lukasz Majewski
> > 
> > --
> > 
> > DENX Software Engineering GmbH,  Managing Director: Wolfgang
> > Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,
> > Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email:
> > lu...@denx.de  
> 




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lu...@denx.de


pgpEW8fJ71cJe.pgp
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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: Minkyu Kang 
> Cc: Tom Rini 
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index f5d4d39683..1ccd53fd0b 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
>  




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lu...@denx.de


pgpYuIjSl9V16.pgp
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[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 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f5d4d39683..1ccd53fd0b 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
 
-- 
2.19.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot