Re: [PATCH 07/16] x86: zboot: Set up a sub-command structure

2020-08-13 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH 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. >

[PATCH 07/16] x86: zboot: Set up a sub-command structure

2020-08-01 Thread Simon Glass
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 --- arch/x86/lib/zimage.c | 64 ++