aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
committerScott Long <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
commit05d0bf79ed01748748514a600f1fb2e8b9646fe8 (patch)
tree719336249a200cf5775895b7f48a80bbb7459fb3 /sys/boot/efi
parent0297d51ea3ceb21feefa24b902993e6b179ab8d2 (diff)
Notes
Diffstat (limited to 'sys/boot/efi')
-rw-r--r--sys/boot/efi/libefi/bootinfo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/efi/libefi/bootinfo.c b/sys/boot/efi/libefi/bootinfo.c
index 729ad701062c7..44fde46611345 100644
--- a/sys/boot/efi/libefi/bootinfo.c
+++ b/sys/boot/efi/libefi/bootinfo.c
@@ -53,7 +53,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},
@@ -86,9 +85,6 @@ bi_getboothowto(char *kargs)
case 'a':
howto |= RB_ASKNAME;
break;
- case 'c':
- howto |= RB_CONFIG;
- break;
case 'C':
howto |= RB_CDROM;
break;