From mboxrd@z Thu Jan 1 00:00:00 1970 From: geoff@infradead.org (Geoff Levand) Date: Thu, 28 Jul 2016 10:33:12 -0700 Subject: [PATCH v2 3/4] arm64: Add arm64 kexec support In-Reply-To: <20160728041053.GB27150@localhost.localdomain> References: <20160728041053.GB27150@localhost.localdomain> Message-ID: <1469727192.16559.1.camel@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > > --- > > [...] > > > + > > +#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.