summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-02-26 23:03:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-02-26 23:03:51 +0000
commitb23d90dda0b0cbcbc55eb94009168c538e625a7a (patch)
tree177172ae320e058410348a9c1c50e8c48f1721a9 /sys/arch/sparc64/stand
parent3637367e739369a0d16532e6a2ad66335d8f754b (diff)
crank version of the ofwboot, so we can tell which is which
Diffstat (limited to 'sys/arch/sparc64/stand')
-rw-r--r--sys/arch/sparc64/stand/bootblk/bootblk.fth4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/bootblk.fth b/sys/arch/sparc64/stand/bootblk/bootblk.fth
index 49fa814648d..c3d4eef416f 100644
--- a/sys/arch/sparc64/stand/bootblk/bootblk.fth
+++ b/sys/arch/sparc64/stand/bootblk/bootblk.fth
@@ -1,4 +1,4 @@
-\ $OpenBSD: bootblk.fth,v 1.5 2010/02/26 19:59:11 deraadt Exp $
+\ $OpenBSD: bootblk.fth,v 1.6 2010/02/26 23:03:50 deraadt Exp $
\ $NetBSD: bootblk.fth,v 1.3 2001/08/15 20:10:24 eeh Exp $
\
\ IEEE 1275 Open Firmware Boot Block
@@ -611,7 +611,7 @@ h# 6000 constant loader-base
;
: do-boot ( bootfile -- )
- ." OpenBSD IEEE 1275 Bootblock 1.1" cr
+ ." OpenBSD IEEE 1275 Bootblock 1.2" cr
boot-path load-file ( -- load-base )
dup 0<> if " to load-base init-program" evaluate then
;