commit | 5bd1facf5ffc55fb46da9016341c5f8955233760 | [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 | 8e14ba7bd5242ec1e92367d1cea67b66f8b958c0 [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>