commit | c556a45a50e4bc094975c5b84bfdd4e0e85eaeaf | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 27 21:26:43 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 01 16:32:06 2021 -0500 |
tree | c445564d88ddd4dbace2412fc57728156425af09 | |
parent | 63fd77348bc872580c507a2ac19d138739bb8a7e [diff] |
cmd: load, emit error message for invalid block device The load command should not silently return to the console prompt if an invalid block device is specified and no file is loaded. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>