commit | 0f586cb2a09f5fb68210ddc5a12ca9c1df8ed375 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Jul 17 20:35:55 2013 +0900 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 14 11:14:21 2013 +0200 |
tree | d07c785322060e28a1b0f59b598c76adf1a75eea | |
parent | c98fedaa1aa79dbae765e784efe7795f4bd33383 [diff] |
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>