summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/armish/armish/armish_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/armish/armish_machdep.c b/sys/arch/armish/armish/armish_machdep.c
index f9780ee06a5..b8172d42943 100644
--- a/sys/arch/armish/armish/armish_machdep.c
+++ b/sys/arch/armish/armish/armish_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: armish_machdep.c,v 1.7 2006/07/30 21:38:12 drahn Exp $ */
+/* $OpenBSD: armish_machdep.c,v 1.8 2006/08/01 15:44:24 deraadt Exp $ */
/* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
/*
@@ -148,7 +148,7 @@ u_int cpu_reset_address = 0;
BootConfig bootconfig; /* Boot config storage */
char *boot_args = NULL;
-char *boot_file = "wd0a";
+char *boot_file = NULL;
paddr_t physical_start;
paddr_t physical_freestart;