From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Fri, 12 Aug 2016 12:18:24 +0200 Subject: [U-Boot] [PATCH] cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments In-Reply-To: <1470990692-15947-1-git-send-email-bmeng.cn@gmail.com> References: <1470990692-15947-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <57ADA270.7050305@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/12/2016 10:31 AM, Bin Meng wrote: > When typing 'bootefi' from U-Boot shell, nothing outputs. Like other > commands, return CMD_RET_USAGE so that it can print help message. > > Signed-off-by: Bin Meng Reviewed-by: Alexander Graf Alex