]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs
authorPali Rohár <pali@kernel.org>
Wed, 14 Sep 2022 16:48:16 +0000 (18:48 +0200)
committerStefan Roese <sr@denx.de>
Tue, 20 Sep 2022 04:39:43 +0000 (06:39 +0200)
commit212ad78f563593695b707af01e073654f5b107b6
tree8136a5f965f307f9de154bf6f12bbbc7e4ddc622
parenta77c20069c3282e3891a7050fd883694787d6355
arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCs

32-bit Marvell Armada BootROMs limit maximal size of SPL image to 192 kB.
So define 192 kB (= 0x30000) limit as default value for SPL_SIZE_LIMIT.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <kabel@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
common/spl/Kconfig