
2 Feb
2021
2 Feb
'21
2:19 p.m.
On Tue, Feb 2, 2021 at 7:56 PM Kory Maincent kory.maincent@bootlin.com wrote:
Add "zboot" command to the list of supported boot in the label_boot function.
Signed-off-by: Kory Maincent kory.maincent@bootlin.com Reviewed-by: Simon Glass sjg@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.cn@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