summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/stand/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/stand/boot.c')
-rw-r--r--sys/arch/powerpc/stand/boot.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arch/powerpc/stand/boot.c b/sys/arch/powerpc/stand/boot.c
index cae95a59de6..b7c86b273cf 100644
--- a/sys/arch/powerpc/stand/boot.c
+++ b/sys/arch/powerpc/stand/boot.c
@@ -205,13 +205,6 @@ loadfile(fd, args)
close(fd);
- /* XXX this should be replaced w/ a mountroothook. */
- if (floppyboot) {
- printf("Please insert root disk and press ENTER ");
- getchar();
- printf("\n");
- }
-
chain((void *)entry, args, esym);
/* NOTREACHED */