[PATCH] imx: mx7: spl: fix CONFIG_SPL_MAX_SIZE definition

2021-10-07 Thread sbabic
> The CONFIG_SPL_MAX_SIZE definition did not account for all areas that > are used by the boot ROM according to the manual, causing boot failures > due to truncated SPL images when actually hitting this limit. > Signed-off-by: Matthias Schiffer Applied to u-boot-imx, master, thanks ! Best

[PATCH] imx: mx7: spl: fix CONFIG_SPL_MAX_SIZE definition

2021-09-28 Thread Matthias Schiffer
The CONFIG_SPL_MAX_SIZE definition did not account for all areas that are used by the boot ROM according to the manual, causing boot failures due to truncated SPL images when actually hitting this limit. Signed-off-by: Matthias Schiffer --- include/configs/imx7_spl.h | 20 ++--