
18 Jul
2017
18 Jul
'17
2:23 p.m.
On Thu, Jul 13, 2017 at 11:12:29AM +0800, Andy Yan wrote:
Some platforms has very small sram to run spl code, so it has no enough sapce for so much malloc pool before relocation in spl stage as the normal u-boot stake. Make spl and normal u-boot stage use independent SYS_MALLOC_F_LEN, Then people can sets the pre-relocation malloc pool according to the memory space indepently.
Signed-off-by: Andy Yan andy.yan@rock-chips.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom