commit | 4bcc6a5af877e79eb60bcf452b577e3a8c151492 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Wed Feb 15 09:16:53 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 17 17:24:35 2017 -0500 |
tree | c2f6d22371e38671efaf857f64924dd2b9660a9b | |
parent | 69e6b2b2cb3af094f717ce3a282c6db32802fe9a [diff] |
ARM: DRA7xx: Fix memory allocation overflow When using early malloc the allocated memory can overflow into the SRAM scratch space, move NON_SECURE_SRAM_IMG_END down a bit to allow more dynamic allocation at the expense of a slightly smaller maximum image size. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>