]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: efidebug: correct error message
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 2 Mar 2020 19:13:10 +0000 (20:13 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 11 Mar 2020 07:23:05 +0000 (08:23 +0100)
commit1f9cb8de17130e0bb09e0931cfdcee21e7d96c0c
tree9de3c45a9b40c02444d8a4c5c77712afda2b97f5
parentee6b78dfadf74aa307828f8a035c04778987e132
cmd: efidebug: correct error message

Add the missing line feed at the error message if the variable referred to
by 'efidebug boot rm' does not exist.

Shorten the format string by using the variable name instead of the number
of the boot variable.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c