commit | 1cc57306280a618dfe56ea5fbd4404ef9682f5ba | [log] [tgz] |
---|---|---|
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | Tue Sep 28 13:40:52 2021 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 07 16:53:50 2021 +0200 |
tree | 68a5121380ff88c15b7472d9af572e31391ebe45 | |
parent | 9267614607bec159b5fcfafa952c7d463136a477 [diff] |
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>