commit | d1a428f91bda0cb96533731df2625892d83f2d1b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Aug 22 14:52:02 2013 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 17 08:34:45 2013 +0200 |
tree | 3e0018f2503c28f259de50ec637b83ac4969a0a7 | |
parent | 0a7618374df6df9ceae63790065d5e92bb82131c [diff] |
zynq: Use arch_cpu_init() instead of lowlevel_init() Zynq lowlevel_init() was implemented in C but stack pointer is setup after function call in _main(). Move architecture setup to arch_cpu_init() which is call as the first function in board_init_f() which already have correct stack pointer. Reported-by: Sven Schwermer <sven.schwermer@tuhh.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>