[U-Boot] [PATCH v3 12/18] configs: am65x_hs_evm_a53: Increase malloc pool before relocation

2019-06-04 Thread Andreas Dannenberg
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

Re: [U-Boot] [PATCH v3 12/18] configs: am65x_hs_evm_a53: Increase malloc pool before relocation

2019-07-18 Thread Tom Rini
On Tue, Jun 04, 2019 at 06:08:22PM -0500, Andreas Dannenberg wrote: > 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 pr