[PATCH v2 3/4] arm64: Add arm64 kexec support
Geoff Levand
geoff at infradead.org
Thu Jul 28 10:33:12 PDT 2016
On Thu, 2016-07-28 at 09:40 +0530, Pratyush Anand wrote:
> On 26/07/2016:08:18:57 PM, Geoff Levand wrote:
> > Add kexec reboot support for ARM64 platforms.
> >
> > Signed-off-by: Geoff Levand <geoff at infradead.org>
> > ---
>
> [...]
>
> > +
> > +#define OPT_APPEND ((OPT_MAX)+0)
> > +#define OPT_DTB ((OPT_MAX)+1)
> > +#define OPT_INITRD ((OPT_MAX)+2)
> > +#define OPT_REUSE_CMDLINE ((OPT_MAX)+4)
>
> Option count 3 is missing.
>From the recently removed OPT_PORT.
Thanks for checking.
More information about the kexec
mailing list