summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2012-12-17 19:03:23 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2012-12-17 19:03:23 +0000
commit3439e97ff27435f4ef0e8762f891186ea84c16f6 (patch)
tree53a389607b8166a1f1ecfc0b62e0f9ddf15e9b4d /sys/arch
parent52226555b6f8e369307c37dfdb08e5e0aa8659ec (diff)
Unbreak bootblocks on Alpha by fixing the primary load address. A
typo crept in in rev. 1.13. "yeah! the as800 netboots" naddy@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/stand/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/Makefile.inc b/sys/arch/alpha/stand/Makefile.inc
index 7e4c35544bf..21e4b6b104f 100644
--- a/sys/arch/alpha/stand/Makefile.inc
+++ b/sys/arch/alpha/stand/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.13 2012/11/08 12:14:08 otto Exp $
+# $OpenBSD: Makefile.inc,v 1.14 2012/12/17 19:03:22 martynas Exp $
# $NetBSD: Makefile.inc,v 1.8 1997/04/06 08:39:38 cgd Exp $
.include <bsd.own.mk> # for ELF_TOOLCHAIN definition
@@ -10,7 +10,7 @@ BINDIR= /usr/mdec
# the Alpha AXP Architecture Reference Manual.
# "Region 1 start"
-PRIMARY_LOAD_ADDRESS= 2000000
+PRIMARY_LOAD_ADDRESS= 20000000
# "Region 1 start" + 32k
SECONDARY_LOAD_ADDRESS= 20004000
# "Region 1 start" + 256k