]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: use on-chip reset func with newer parts
authorMike Frysinger <vapier@gentoo.org>
Sat, 30 Apr 2011 08:35:21 +0000 (04:35 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 3 Jun 2011 17:26:45 +0000 (13:26 -0400)
commit9aeab10bd4ae31518ec8a21c51f4e3b16c66a1ee
tree27774c2960a06ef2c8371ada516b63c85676db03
parent867f54cc35aafd3179fd3b6efbeacf5978ce53b9
Blackfin: use on-chip reset func with newer parts

Turns out the documentation is wrong and doing "RAISE 1" does not result
in a software reset, only a core reset.  So when the on-chip rom has a
functioning reset helper, use it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/reset.c