summaryrefslogtreecommitdiff
path: root/boot/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot.c')
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c
index e2e6ef83..b93879c2 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -76,7 +76,7 @@ void init_termstate ();
char *fsname;
char *bootstrap_args;
-char *bootdevice = DEFAULT_BOOTDEVICE;
+char *bootdevice = "sd0a";
/* We can't include <unistd.h> for this, because that will fight witho
our definitions of syscalls below. */