On Sun, Sep 6, 2020 at 4:51 AM Simon Glass <s...@chromium.org> wrote: > > Add a subcommand that loads the kernel into the right places in memory. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v3: > - Move command help into the patch for each command > - Split the 'load' command into its own patch > > arch/x86/lib/zimage.c | 21 +++++++++++++++------ > 1 file changed, 15 insertions(+), 6 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>