commit | 6945440c2e6b1096370564e927d4a5c2bdac686b | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Thu Feb 05 11:25:25 2009 -0600 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:05:56 2009 -0600 |
tree | 2abadc50a689dc639f319f8dcb2e29b5bb55d6e1 | |
parent | 45eea1d1016d924e77210d7aff6540c5cd2659fe [diff] |
86xx: Reset update Update the 86xx reset sequence to try executing a board-specific reset function. If the board-specific reset is not implemented or does not succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard reset procedure than the previous method and allows all board peripherals to be reset if needed. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>