Hi Simon, -----"Simon Glass" <[email protected]> schrieb: ----- > Betreff: [PATCH v2 07/16] x86: zboot: Set up a sub-command structure > > Add subcommands to zboot. At present there is only one called 'start' > which does the whole boot. It is the default command so is optional. > > Change the 's' string variable to const while we are here. > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v2: > - Fix comment about argv[0] in do_zboot_parent() > > arch/x86/lib/zimage.c | 64 +++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 58 insertions(+), 6 deletions(-)
Reviewed-by: Wolfgang Wallner <[email protected]>

