diff options
author | 2006-07-20 02:48:03 +0000 | |
---|---|---|
committer | 2006-07-20 02:48:03 +0000 | |
commit | 033f8d8599ef6a86d04f4c4c490b077c9feee27b (patch) | |
tree | 050c5684c4ab33260156803406d69c420321aece | |
parent | regen (diff) | |
download | wireguard-openbsd-033f8d8599ef6a86d04f4c4c490b077c9feee27b.tar.xz wireguard-openbsd-033f8d8599ef6a86d04f4c4c490b077c9feee27b.zip |
assume root is always on wd0a, for now
-rw-r--r-- | sys/arch/armish/armish/armish_machdep.c | 4 |
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 2aa26078026..c0d51eff28c 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.5 2006/07/11 05:58:14 miod Exp $ */ +/* $OpenBSD: armish_machdep.c,v 1.6 2006/07/20 02:48:03 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 = NULL; +char *boot_file = "wd0a"; paddr_t physical_start; paddr_t physical_freestart; |