Searched hist:aaf461f9ad66fe193ea7ef5533446fe925dd4928 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | ti_armv7_keystone2.h | aaf461f9ad66fe193ea7ef5533446fe925dd4928 Sat Sep 19 09:30:17 UTC 2015 Lokesh Vutla <lokeshvutla@ti.com> ARM: keystone2: spl: Fix stack allocation with CONFIG_SYS_MALLOC_F_LEN
If CONFIG_SYS_MALLOC_F_LEN is enabled, the stack is moved down to the specified size to make the malloc function available before relocation. But on keystone platforms SYS_SPL_MALLOC is immediately preceding stack, which is causing an overlap with this config enabled. So leave a gap between malloc space and stack space.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
|