function ov board control reboot in split format
	
|  | 
= NAME =
ov_board_control_reboot
 | 
|  | 
= SYNOPSIS =
 * ov_board_control_reboot
 | 
|  | 
= DESCRIPTION =
This routine is used by Fuego to do a hardware reboot of the board,
if it detects that the board is non-responsive (hung).
 | 
| It is only called if a board defines the BOARD_CONTROL variable,
indicating the board control system to use with the board. | 
It is only called if a board defines the BOARD_CONTROL variable,
indicating the board control system to use with the board.
 | 
|  | 
= EXAMPLES =
 | 
|  | 
= ENVIRONMENT and ARGUMENTS =
The BOARD_CONTROL variable should be specified in the board file.
 | 
| Currently supported values are: 'ttc'. | 
Currently supported values are: 'ttc'.
 | 
|  | 
= RETURN =
 | 
|  | 
= SOURCE =
Located in ''overlays/base/base-board.fuegoclass''
 | 
| ov_transport_cmd | 
= SEE ALSO =
 * [[function_ov_transport_cmd|ov_transport_cmd]]
 |