ARM: fix stack pointer adjustment in board_init_f()
authorEric Cooper <ecc@cmu.edu>
Thu, 14 Apr 2011 12:32:37 +0000 (12:32 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:09 +0000 (19:38 +0200)
Since addr_sp is a byte address, it should be adjusted by 12 here.

Signed-off-by: Eric Cooper <ecc@cmu.edu>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Wolfgang Denk <wd@denx.de>

No differences found