"Das U-Boot" Source Tree
1.. SPDX-License-Identifier: GPL-2.0+:
2
3.. index::
4 single: panic (command)
5
6panic command
7=============
8
9Synopsis
10--------
11
12::
13
14 panic [message]
15
16Description
17-----------
18
19Display a message and reset the board.
20
21message
22 text to be displayed
23
24Examples
25--------
26
27::
28
29 => panic 'Unrecoverable error'
30 Unrecoverable error
31 resetting ...
32
33Configuration
34-------------
35
36If CONFIG_PANIC_HANG=y, the user has to reset the board manually.