commit | 18ff4f18ec4b1020ab6a7b4e22d58e8b9a702b8a | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Thu Mar 15 21:11:35 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 22 16:32:31 2018 -0400 |
tree | 4ea1541467356c9f716ceb3e0269b014097b3e90 | |
parent | c16d716897bd81732b684092dd457d75207accba [diff] |
configs: am335x_evm: Increase SPL_SYS_MALLOC_F_LEN to accomodate gpio_devices With gpio devices getting created in SPL, the size of the heap is no longer sufficient. Therefore, increase SPL_SYS_MALLOC_F_LEN to 0x1000. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>