]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: error handling for `efidebug boot add`
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 28 Feb 2019 19:41:58 +0000 (20:41 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 2 Mar 2019 22:34:26 +0000 (23:34 +0100)
commite02fb5a39c3ae95e820e2f5b0b43082546fc3552
tree4ea8f4fa831e427178cf7cc68230184a813529ae
parentff8d0365dd57f74f84d6e33288d998bd90c182d7
efi_loader: error handling for `efidebug boot add`

In  `efidebug boot add iPXE scsi 0:1 snp-arm64.efi --foo` a parameter is
missing. Hence the command should not silently return as if everything were
ok but should display the usage info.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Alexander Graf <agraf@csgraf.de>
cmd/efidebug.c