]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: move interrupt_init to before relocation
authorRob Herring <rob.herring@calxeda.com>
Thu, 13 Jun 2013 03:24:45 +0000 (22:24 -0500)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 25 Jul 2013 06:14:28 +0000 (08:14 +0200)
commit0f5141e9c57e96de11642a5baa7ffbb17aecc761
tree4bf09aeda733561f304b3705e4a6ce91deb0a79d
parent62c175fbb8a0f9a926c88294ea9f7e88eb898f6c
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>
arch/arm/lib/board.c