commit | 0f5141e9c57e96de11642a5baa7ffbb17aecc761 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Wed Jun 12 22:24:45 2013 -0500 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Jul 25 08:14:28 2013 +0200 |
tree | 4bf09aeda733561f304b3705e4a6ce91deb0a79d | |
parent | 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c [diff] |
ARM: move interrupt_init to before relocation interrupt_init also sets up the abort stack, but is not setup before relocation. So any aborts during relocation will hang and not print out any useful information. Fix this by moving the interrupt_init to after the stack setup in board_init_f. Signed-off-by: Rob Herring <rob.herring@calxeda.com>