Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun68k/stand Move sun3 bootloader address to allow ...



details:   https://anonhg.NetBSD.org/src/rev/a60648a10221
branches:  trunk
changeset: 330995:a60648a10221
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 26 17:24:04 2014 +0000

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

diffstat:

 sys/arch/sun68k/stand/Makefile.inc |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7da7cc6586ce -r a60648a10221 sys/arch/sun68k/stand/Makefile.inc
--- a/sys/arch/sun68k/stand/Makefile.inc        Sat Jul 26 17:16:41 2014 +0000
+++ b/sys/arch/sun68k/stand/Makefile.inc        Sat Jul 26 17:24:04 2014 +0000
@@ -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 @@
 
 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}
 



Home | Main Index | Thread Index | Old Index