Re: [PATCH v5 3/3] sysboot: add zboot support to boot x86 Linux kernel image

2021-02-02 Thread Bin Meng
On Tue, Feb 2, 2021 at 11:42 PM Kory Maincent wrote: > > Add "zboot" command to the list of supported boot in the label_boot > function. > > Signed-off-by: Kory Maincent > Reviewed-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Change since v1: > - Modify comment. > > Change since v2: > -

[PATCH v5 3/3] sysboot: add zboot support to boot x86 Linux kernel image

2021-02-02 Thread Kory Maincent
Add "zboot" command to the list of supported boot in the label_boot function. Signed-off-by: Kory Maincent Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- Change since v1: - Modify comment. Change since v2: - Update do_zboot to do_zboot_parent function to follow the patch: 5588e776b0