commit | e520023882c7187a7cbaecfea0726ea158440aef | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Jan 18 22:18:39 2015 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jan 21 14:07:23 2015 +0100 |
tree | 7ba50ce088bccb2abacf79a2e3b710c32ff9c6ec | |
parent | dd82128ef5e9fc660862a0a60423aa01a03de5d4 [diff] |
MIPS: add support for pre-relocation malloc Implement MIPS specific setup of the gd_t structure to support pre-relocation malloc. If CONFIG_SYS_MALLOC_F_LEN is specified, a memory area will be reserved after the initial stack area and the gd->malloc_base pointer will be initialized. After this patch the new driver model can be used on MIPS. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>