On Sun, Aug 30, 2020 at 5:42 AM Simon Glass <[email protected]> wrote: > > Split out the code that actually boots linux into a separate sub-command. > Add base_ptr to the state to support this. > > Show an error if the boot fails, since this should not happen. > > Signed-off-by: Simon Glass <[email protected]> > Reviewed-by: Wolfgang Wallner <[email protected]> > --- > > (no changes since v1) > > arch/x86/lib/zimage.c | 26 +++++++++++++++++++++++--- > 1 file changed, 23 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

