On Tue, Feb 2, 2021 at 11:42 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> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > > 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 > > Change since v4: > - Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' > > cmd/pxe_utils.c | 3 +++ > include/command.h | 3 +++ > 2 files changed, 6 insertions(+) >
applied to u-boot-x86, thanks!