Re: [PATCH] cmd: Add pause command

2022-04-19 Thread Tom Rini
On Mon, Dec 20, 2021 at 10:49:46PM -0500, Samuel Dionne-Riel wrote: > This command is being introduced with the goal of allowing user-friendly > "generic use case" U-Boot builds to pause until user input under some > situations. > > The main use case would be when a boot failure happens, to

[PATCH] cmd: Add pause command

2021-12-20 Thread Samuel Dionne-Riel
This command is being introduced with the goal of allowing user-friendly "generic use case" U-Boot builds to pause until user input under some situations. The main use case would be when a boot failure happens, to pause until the user has had time to acknowledge the current state. Signed-off-by: