
16 Sep
2019
16 Sep
'19
10:20 p.m.
Hi Jagan,
On Mon, 16 Sep 2019 13:36:03 +0530 Jagan Teki jagan@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