[U-Boot] [PATCH] arm: spl: Do not set the stack pointer twice

2013-07-17 Thread Masahiro Yamada
Because the stack pointer is already set in arch/arm/lib/crt0.S, we do not need to set it in arch/arm/lib/spl.c. Signed-off-by: Masahiro Yamada --- arch/arm/lib/spl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/lib/spl.c b/arch/arm/lib/spl.c index 301f082..b5a1324 100644 --- a

Re: [U-Boot] [PATCH] arm: spl: Do not set the stack pointer twice

2013-09-14 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 17 Jul 2013 20:35:55 +0900, Masahiro Yamada wrote: > Because the stack pointer is already set in arch/arm/lib/crt0.S, > we do not need to set it in arch/arm/lib/spl.c. > > Signed-off-by: Masahiro Yamada > --- > arch/arm/lib/spl.c | 3 --- > 1 file changed, 3 deletions(-)