Module Name:    src
Committed By:   tsutsui
Date:           Sat Jul 26 17:24:04 UTC 2014

Modified Files:
        src/sys/arch/sun68k/stand: Makefile.inc

Log Message:
Move sun3 bootloader address to allow loading growing GENERIC kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sun68k/stand/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sun68k/stand/Makefile.inc
diff -u src/sys/arch/sun68k/stand/Makefile.inc:1.24 src/sys/arch/sun68k/stand/Makefile.inc:1.25
--- src/sys/arch/sun68k/stand/Makefile.inc:1.24	Sun Jan 12 15:26:31 2014
+++ src/sys/arch/sun68k/stand/Makefile.inc	Sat Jul 26 17:24:04 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.24 2014/01/12 15:26:31 tsutsui Exp $
+#	$NetBSD: Makefile.inc,v 1.25 2014/07/26 17:24:04 tsutsui Exp $
 
 # Must have S=/usr/src/sys (or equivalent)
 # But note: this is w.r.t. a subdirectory
@@ -14,7 +14,11 @@ LIBSA!=cd ${.CURDIR}/../libsa && ${PRINT
 
 MDEC_DIR?=/usr/mdec
 
+.if ${MACHINE} == "sun3"
+RELOC?= 280000
+.else
 RELOC?= 240000
+.endif
 DEFS?= -Dsun3 -D_STANDALONE -D__daddr_t=int32_t
 INCL?= -I. -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
 

Reply via email to