]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: imx8mm: enlarge SPL_MAX_SIZE
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 Jul 2022 08:40:31 +0000 (16:40 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:28:59 +0000 (11:28 +0200)
commit658ff9d035f558676dfcad091fbb985f4d15bad6
treee01c0f643e2b50edb0aae2bff3e04944d52856ff
parentbb19f85168957a658a7d0aa19bda95158aeb3520
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>
13 files changed:
common/spl/Kconfig
configs/imx8mm-cl-iot-gate-optee_defconfig
configs/imx8mm-cl-iot-gate_defconfig
configs/imx8mm-icore-mx8mm-ctouch2_defconfig
configs/imx8mm-icore-mx8mm-edimm2.2_defconfig
configs/imx8mm-mx8menlo_defconfig
configs/imx8mm_beacon_defconfig
configs/imx8mm_data_modul_edm_sbc_defconfig
configs/imx8mm_evk_defconfig
configs/imx8mm_venice_defconfig
configs/kontron-sl-mx8mm_defconfig
configs/phycore-imx8mm_defconfig
configs/verdin-imx8mm_defconfig