]> git.baikalelectronics.ru Git - uboot.git/commit
configs: Increase malloc size after relocation
authorNeha Malcom Francis <n-francis@ti.com>
Wed, 11 Jan 2023 12:41:23 +0000 (18:11 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jan 2023 18:11:13 +0000 (13:11 -0500)
commit94917f0fb1e10ab17d05a3be9f04a33815724c2b
treef1d28cb023b749977739fdb9fc179c4d7bf0c955
parent2cac518f545af22292942fc4fb4d31586ef7c647
configs: Increase malloc size after relocation

Current default size of 0x100000 is not capable of getting the FIT
buffer during boot when transitioning to using binman generated boot
images for certain K3 devices, so increase it to 0x400000. Since A72 SPL
is coming after relocation to DDR this should not be an issue for any K3
device, so make it default for all.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Acked-by: Andrew Davis <afd@ti.com>
common/spl/Kconfig