imx: kontron-sl-mx8mm: Increase CONFIG_SPL_MAX_SIZE
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Tue, 7 Oct 2025 08:15:58 +0000 (10:15 +0200)
committerFabio Estevam <festevam@gmail.com>
Tue, 7 Oct 2025 11:58:28 +0000 (08:58 -0300)
commit4d5a28e4f9befe437f5962fbc3100057d88fc4f0
treeaeddcb3fd64884b20103748f633f75d854e5ca97
parentfcddf2fc7ef6a68fc97d1dce9e137692dc129d2e
imx: kontron-sl-mx8mm: Increase CONFIG_SPL_MAX_SIZE

The limit of 0x27000 (156 KiB) was valid at times the DDR firmware
required a fixed amount of 96 KiB of space. Now that we use binman
to include the DDR firmware it only needs around 57 KiB of space and
there is more room for the SPL.

Increase the max SPL size to 196 KiB so there is still 60 KiB for DDR
firmware. This allows us to enable USB and SDP support in SPL.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
configs/kontron-sl-mx8mm_defconfig