commit | 343f398bd2c107c03d59191bc3ca7ded9136540e | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Jul 26 16:40:31 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 26 11:28:59 2022 +0200 |
tree | e01c0f643e2b50edb0aae2bff3e04944d52856ff | |
parent | ce97f9c4bf4fe1de106b2958cd3f1f8706090f7a [diff] |
spl: imx8mm: enlarge SPL_MAX_SIZE The CONFIG_SPL_MAX_SIZE could be 0x27000 for i.MX8MM when SPL_TEXT_BASE set to 0x7E1000. The DDR firmware max uses 96KB, there is a 4KB padding header before SPL_TEXT_BASE, so the SPL MAX SIZE is `256KB - 96KB - 4KB`. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@denx.de>