commit | 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b | [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 | 183acb700378a8cfc5d50a01a65de93fb2c24586 [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>