summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-29 00:03:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-29 00:03:14 +0000
commitc1f29978c6a9c09ae0accd6243fba6843793fc19 (patch)
treebdd786a8f16ee123595bd836f30f9011faab2caf /sys/arch/sparc64/stand
parent346f6a0569d7724812f218fac3414d8df48cc87e (diff)
remove support for many alternative kernel choices -- only try /bsd and
not the other stupid names. that feature was retarded. tested on a few architectures by a few people
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/boot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c
index 936c376cd24..7a4a61dea66 100644
--- a/sys/arch/sparc64/stand/ofwboot/boot.c
+++ b/sys/arch/sparc64/stand/ofwboot/boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.c,v 1.13 2007/05/03 18:38:11 deraadt Exp $ */
+/* $OpenBSD: boot.c,v 1.14 2007/05/29 00:03:13 deraadt Exp $ */
/* $NetBSD: boot.c,v 1.3 2001/05/31 08:55:19 mrg Exp $ */
/*
* Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved.
@@ -67,7 +67,6 @@
*/
char *kernels[] = {
"bsd",
- "obsd",
NULL
};