commit | eb48e2b4567615654f364f224ecc674a4473f75a | [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 | da0967712727c7038882edd729fc4c189606ed30 [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>