imx: mx7: spl: fix CONFIG_SPL_MAX_SIZE definition
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Tue, 28 Sep 2021 11:40:52 +0000 (13:40 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000 (16:53 +0200)
commitbc959905df4b31c2b9f77e5745e9d10d229a9bfa
tree68a5121380ff88c15b7472d9af572e31391ebe45
parent33e9a6956058663c6b92ed39b0464d1693cc963a
imx: mx7: spl: fix CONFIG_SPL_MAX_SIZE definition

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 <matthias.schiffer@ew.tq-group.com>
include/configs/imx7_spl.h