summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/kexec-beoboot-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/i386/kexec-beoboot-x86.c')
-rw-r--r--kexec/arch/i386/kexec-beoboot-x86.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kexec/arch/i386/kexec-beoboot-x86.c b/kexec/arch/i386/kexec-beoboot-x86.c
index 27c5a2c..6d459ae 100644
--- a/kexec/arch/i386/kexec-beoboot-x86.c
+++ b/kexec/arch/i386/kexec-beoboot-x86.c
@@ -84,7 +84,8 @@ int beoboot_load(int argc, char **argv, const char *buf, off_t UNUSED(len),
int debug, real_mode_entry;
int opt;
int result;
-#define OPT_REAL_MODE (OPT_ARCH_MAX+0)
+
+ /* See options.h -- add any more there, too. */
static const struct option options[] = {
KEXEC_ARCH_OPTIONS
{ "debug", 0, 0, OPT_DEBUG },