Re: [U-Boot] [U-Boot,v3,03/11] arm: add a separate stack for TPL

2018-01-02 Thread Philipp Tomsich
> TPL stack may different from SPL and sys stack, add support for > separate one when the board defines it. > > Signed-off-by: Kever Yang > --- > > Changes in v3: None > Changes in v2: None > > arch/arm/lib/crt0.S | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Philipp

Re: [U-Boot] [U-Boot,v3,03/11] arm: add a separate stack for TPL

2018-01-02 Thread Philipp Tomsich
> TPL stack may different from SPL and sys stack, add support for > separate one when the board defines it. > > Signed-off-by: Kever Yang > Acked-by: Philipp Tomsich > --- > > Changes in v3: None > Changes in v2: None > > arch/arm/lib/crt0.S | 4 +++- > 1 file changed, 3 insertions(+), 1 dele