
On Mon, Aug 2, 2021 at 3:19 AM Simon Glass sjg@chromium.org wrote:
On Sat, 31 Jul 2021 at 02:45, Bin Meng bmeng.cn@gmail.com wrote:
At present the hob command usage and help messages are messed up in a single line. They should be separated.
This was a regression introduced when [seq] and [-v] were added to the command.
Fixes: d11544dfa9f4 ("x86: hob: Add way to show a single hob entry") Fixes: 51af144eb7a0 ("x86: Allow showing details about a HOB entry") Signed-off-by: Bin Meng bmeng.cn@gmail.com
cmd/x86/hob.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org Tested on chromebook_coral, chromebook_samus, chromebook_link, minnowmax Tested-by: Simon Glass sjg@chromium.org
applied to u-boot-x86, thanks!