commit | 85ecfd1a128fa0235c34e14eccafb5aa9bf65554 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | Tue Jun 30 01:05:45 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 17:21:46 2020 -0400 |
tree | 768c8fb332e87b3c86ef23d6628d1c72e916f816 | |
parent | ce6515ecee1fa060a7a4e79eafc8db5f86d259a0 [diff] |
cmd: add a panic command Even in boot scripts it may be needed to "panic" when all options are exhausted and the device specification specifies hanging instead of resetting the board. So add a new panic command that just wraps around the core panic call in U-Boot and can take an optional message. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>