Skip to content
  • Peter Tyser's avatar
    86xx: Reset update · 4ef630df
    Peter Tyser authored
    
    
    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: default avatarPeter Tyser <ptyser@xes-inc.com>
    4ef630df