[U-Boot] imx6dl_mamoj broken

Anatolij Gustschin agust at denx.de
Mon Sep 16 20:20:32 UTC 2019


Hi Jagan,

On Mon, 16 Sep 2019 13:36:03 +0530
Jagan Teki jagan at amarulasolutions.com wrote:
...
> >       arm:  +   imx6dl_mamoj
> > +spl/u-boot-spl.bin exceeds file size limit:
> > +  limit:  53248 bytes
> > +  actual: 58597 bytes
> > +  excess: 5349 bytes
> >
> > +make[1]: *** [spl/u-boot-spl.bin] Error 1
> > +make[1]: *** Deleting file `spl/u-boot-spl.bin'
> > +make: *** [sub-make] Error 2  
> 
> Any idea which commit make this blow-out. we didn't do anything with
> this board recently. I guess some default CLK framework or so?

This check fails since the recent changes in SPL size limit check,
see commit 25d38f9b34be (imx6: spl: Reduce SPL limit size in case
CONFIG_SECURE_BOOT is enabled).

i.MX6DL has 128KiB OCRAM, probably we could increase default
SPL_SIZE_LIMIT config in common/spl/Kconfig for i.MX6DL?

--
Anatolij


More information about the U-Boot mailing list