
24 Feb
2012
24 Feb
'12
4:03 a.m.
On 02/21/2012 07:45 AM, Alex Hornung wrote:
Adjust the GBL_DATA_OFFSET to account for the fact that we'll be using the space between that offset and the start of the malloc region to allocate both a gd structure and a board info structure.
This fixes a memory corruption bug due to overlap of the malloc region and the bd_info structure.
Signed-off-by: Alex Hornungalex@alexhornung.com
include/configs/nios2-generic.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
Dear Alex,
Applied. Thanks.
Best regards, Thomas