Re: [U-Boot] [PATCH] ARM: DRA7xx: Fix memory allocation overflow

2017-02-15 Thread Tom Rini
On Wed, Feb 15, 2017 at 09:16:53AM -0600, Andrew F. Davis wrote: > 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. > >

[U-Boot] [PATCH] ARM: DRA7xx: Fix memory allocation overflow

2017-02-15 Thread Andrew F. Davis
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 Reviewed-by: Lokesh Vutla