aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/libi386/bootinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/libi386/bootinfo.c')
-rw-r--r--sys/boot/i386/libi386/bootinfo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c
index 50952810b030..85638fee39d7 100644
--- a/sys/boot/i386/libi386/bootinfo.c
+++ b/sys/boot/i386/libi386/bootinfo.c
@@ -46,7 +46,6 @@ static struct
} howto_names[] = {
{"boot_askname", RB_ASKNAME},
{"boot_cdrom", RB_CDROM},
- {"boot_userconfig", RB_CONFIG},
{"boot_ddb", RB_KDB},
{"boot_gdb", RB_GDB},
{"boot_single", RB_SINGLE},
@@ -77,9 +76,6 @@ bi_getboothowto(char *kargs)
case 'a':
howto |= RB_ASKNAME;
break;
- case 'c':
- howto |= RB_CONFIG;
- break;
case 'C':
howto |= RB_CDROM;
break;