commit | 9a205464e9613e7878ffda77a23390045248b165 | [log] [tgz] |
---|---|---|
author | Andreas Dannenberg <dannenberg@ti.com> | Tue Jun 04 18:08:21 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 17 11:13:18 2019 -0400 |
tree | 73223fc85f46d4fea8e0e82d5468a9cc22280444 | |
parent | d525fbbbd4dbcd5e39f7f36741e26955864a7f34 [diff] |
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>