configs: am65x_evm_a53: Increase malloc pool before relocation
authorAndreas Dannenberg <dannenberg@ti.com>
Tue, 4 Jun 2019 23:08:21 +0000 (18:08 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 17 Jul 2019 15:13:18 +0000 (11:13 -0400)
commit2fcaae62f033c85d85d1d0f5a39626511e7e0c6c
tree73223fc85f46d4fea8e0e82d5468a9cc22280444
parent8f26b041e00b9c8ea928c1dad049bf7b8787b6ad
configs: am65x_evm_a53: Increase malloc pool before relocation

The malloc pool used before relocation is getting tight leading to
out of memory errors doing certain DM-related calls. Since we are
running the A53 SPL out of DDR let's just go ahead and bump its size
as used in U-Boot proper as well as SPL (via Kconfig default value)
from 8KB to 32KB.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/am65x_evm_a53_defconfig