mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	%s/Synopis/Synopsis/g Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
		
			
				
	
	
		
			37 lines
		
	
	
		
			446 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			446 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. SPDX-License-Identifier: GPL-2.0+:
 | |
| 
 | |
| .. index::
 | |
|    single: panic (command)
 | |
| 
 | |
| panic command
 | |
| =============
 | |
| 
 | |
| Synopsis
 | |
| --------
 | |
| 
 | |
| ::
 | |
| 
 | |
|     panic [message]
 | |
| 
 | |
| Description
 | |
| -----------
 | |
| 
 | |
| Display a message and reset the board.
 | |
| 
 | |
| message
 | |
|     text to be displayed
 | |
| 
 | |
| Examples
 | |
| --------
 | |
| 
 | |
| ::
 | |
| 
 | |
|     => panic 'Unrecoverable error'
 | |
|     Unrecoverable error
 | |
|     resetting ...
 | |
| 
 | |
| Configuration
 | |
| -------------
 | |
| 
 | |
| If CONFIG_PANIC_HANG=y, the user has to reset the board manually.
 |