arm: spl: Do not set the stack pointer twice
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 17 Jul 2013 11:35:55 +0000 (20:35 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 14 Sep 2013 09:14:21 +0000 (11:14 +0200)
commitfb8d49cb4492332066a2dc775ef3c57c49fd1eca
treed07c785322060e28a1b0f59b598c76adf1a75eea
parent8386ca8bea7a6a8469c3b6a99313afb642e6cbeb
arm: spl: Do not set the stack pointer twice

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 <yamada.m@jp.panasonic.com>
arch/arm/lib/spl.c