commit | fb8d49cb4492332066a2dc775ef3c57c49fd1eca | [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 | 8386ca8bea7a6a8469c3b6a99313afb642e6cbeb [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>