On Tue, Feb 2, 2021 at 7:56 PM Kory Maincent <kory.mainc...@bootlin.com> wrote: > > Add "zboot" command to the list of supported boot in the label_boot > function. > > Signed-off-by: Kory Maincent <kory.mainc...@bootlin.com> > Reviewed-by: Simon Glass <s...@chromium.org> > --- > > Change since v1: > - Modify comment. > > Change since v2: > - Update do_zboot to do_zboot_parent function to follow the patch: > 5588e776b0 > > Change since v3: > - Follow review from Simon Glass > - Add clean-up paches > > cmd/pxe_utils.c | 4 ++++ > include/command.h | 3 +++ > 2 files changed, 7 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com> However I think it's better we reorder the patches so that this patch becomes the last one after the 2 clean-up patches. Regards, Bin