diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2015-09-19 09:30:17 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 18:19:50 (GMT) |
commit | aaf461f9ad66fe193ea7ef5533446fe925dd4928 (patch) | |
tree | 94377984e0bae29e7cc3339143c2418f78b05dda /test | |
parent | 8c80b1937b1b2a06acae5786e8e7c005fe28fd71 (diff) | |
download | u-boot-fsl-qoriq-aaf461f9ad66fe193ea7ef5533446fe925dd4928.tar.xz |
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>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions