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.