boot: Increase kernel size limit to 128 MiB on ARM64/PPC/RV
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 8 Sep 2025 13:48:16 +0000 (15:48 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Sep 2025 21:44:43 +0000 (15:44 -0600)
commite18a0dec6e383bf903b7b577201fece58122dae8
tree1252712555413a048db86e6c387d3e7ec22b8c21
parent44ac43c01b3d9470135d1b293fc5408dc30c8d6e
boot: Increase kernel size limit to 128 MiB on ARM64/PPC/RV

The ARM64 kernel Image size with LOCKDEP enabled is now around 80 MiB, which
makes it unbootable due to "Image too large: increase CONFIG_SYS_BOOTM_LEN".
Increase the image size limit to 128 MiB to future proof the limit.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
boot/Kconfig