
18 Jul
2017
18 Jul
'17
4 p.m.
Hi Andy,
On 12 July 2017 at 20:25, Andy Yan andy.yan@rock-chips.com wrote:
Some platforms has very small sram to run spl code, so it may have no enough sapce for so much malloc pool before relocation in spl stage as the normal u-boot stage.
Signed-off-by: Andy Yan andy.yan@rock-chips.com
Changes in v2: None
arch/powerpc/cpu/mpc83xx/start.S | 13 +++++++++---- arch/powerpc/cpu/mpc85xx/start.S | 16 ++++++++++------ 2 files changed, 19 insertions(+), 10 deletions(-)
I think you can use CONFIG_VAL() in this patch too.
Regards, Simon