[PATCH] imx8mp_evk: Make SPL binary size smaller

Fabio Estevam festevam at gmail.com
Fri May 8 03:07:37 CEST 2020


On Thu, May 7, 2020 at 8:59 AM Fabio Estevam <festevam at gmail.com> wrote:
>
> Commit f24dea4e1b52 ("ARM: imx8m: Fix reset in SPL on NXP iMX8MP EVK") caused
> the u-boot-spl.bin binary size to grow by around 2000 bytes, which makes the
> board to fail to boot.

The new SPL size is 97kB, which is below the limit define in imx8mp_evk.h:
#define CONFIG_SPL_MAX_SIZE (152 * 1024)

It seems the problem is not related to SPL size.

Peng, do you have any ideas?

Thanks


More information about the U-Boot mailing list