summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/Makefile.inc')
-rw-r--r--sys/arch/mvme68k/stand/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/Makefile.inc b/sys/arch/mvme68k/stand/Makefile.inc
index 74e40359210..a05b612bd09 100644
--- a/sys/arch/mvme68k/stand/Makefile.inc
+++ b/sys/arch/mvme68k/stand/Makefile.inc
@@ -1,4 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.6 2005/12/30 02:03:49 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2006/01/10 07:36:29 miod Exp $
MDEC_DIR?=/usr/mdec
CFLAGS+= -fno-stack-protector
+
+# Load addresses for first and second stage bootstraps
+STAGE1_RELOC=0x10000
+STAGE2_RELOC=0x6F0000