commit | 576007aec9a4a5f4f3dd1f690fb26a8c05ceb75f | [log] [tgz] |
---|---|---|
author | Sylvain Lemieux <slemieux@tycoint.com> | Mon Jul 27 13:37:35 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 17 08:10:58 2015 -0400 |
tree | 858d958c37af0d320bf836cc02cfa67708d2d82c | |
parent | d75b532a9e81a918852a3378e769d07dbfd59f15 [diff] |
lpc32xx: cpu: add support for soft reset Add support for optional soft reset (i.e. "RESOUT_N" not asserted during reset). To be compatible with the original U-Boot code, when the "addr" parameter is 0, a hard is performed; for any other values, a soft reset is done. Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>