]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: highbank: add reset support
authorRob Herring <rob.herring@calxeda.com>
Wed, 1 Feb 2012 16:57:55 +0000 (16:57 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 28 Mar 2012 21:31:23 +0000 (23:31 +0200)
commit0c34e69f57ad94e0ba66ace657eda2fb80bc5847
tree7bc4a2a27bcd91a363c38aca031d449eb161ecd4
parent877012df309329a9264e6e9558d4f71bfa0cddbe
ARM: highbank: add reset support

Implement reset for highbank platform. Reset is triggered via a wfi
instruction, so enabling armv7 for the compiler is necessary.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm/cpu/armv7/highbank/config.mk [new file with mode: 0644]
board/highbank/highbank.c