On Sat,  8 Jun 2019 14:56:44 -0300
Fabio Estevam <feste...@gmail.com> wrote:

> As explained in include/configs/imx6_spl.h. the i.MX6 SPL
> size limit is 68KB (4KB header + 64KB max size).
> 
> Provide such limit for all i.MX6 boards that use SPL
> to detect SPL size overflow in build time.
> 
> Signed-off-by: Fabio Estevam <feste...@gmail.com>
> ---
> Hi Tom and Stefano,
> 
> In order to build fine for all mx6 boards the following
> patch is needed:
> https://lists.denx.de/pipermail/u-boot/2019-May/370224.html
> 
> Ran buildman successfully for all imx6 boards.
> 
>  common/spl/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/common/spl/Kconfig b/common/spl/Kconfig
> index ac2f470032..48f6b39a75 100644
> --- a/common/spl/Kconfig
> +++ b/common/spl/Kconfig
> @@ -28,6 +28,7 @@ config SPL_FRAMEWORK
>  config SPL_SIZE_LIMIT
>       int "Maximum size of SPL image"
>       depends on SPL
> +     default 69632 if ARCH_MX6
>       default 0
>       help
>         Specifies the maximum length of the U-Boot SPL image.

Reviewed-by: Lukasz Majewski <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

Attachment: pgpUBD7cA4kjg.pgp
Description: OpenPGP digital signature

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

Reply via email to