diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-20 02:48:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-20 02:48:04 +0000 |
commit | 7f18f2e6b260f44eefc8672b6f204a6217895da5 (patch) | |
tree | 11e7a51fd968786aa32ddb2611304017f76356a7 /sys | |
parent | b1387d828b73245f5fa4f1dabd2afb227d5e40fc (diff) |
assume root is always on wd0a, for now
Diffstat (limited to 'sys')
-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; |