summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/netboot
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-04-16 15:37:05 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-04-16 15:37:05 +0000
commit7bc61055c1fe6b606358b09151199e27ede09983 (patch)
tree3b0807d1d46a1f4bc75b715c802738c7480ecc15 /sys/arch/mvme68k/stand/netboot
parentea04dbe7ca5f4286c044fe451b80e1e064157350 (diff)
Move the stage2 boot block load address higher, so that it can load
kernel larger than 4MB correctly again, and still work on 8MB boards.
Diffstat (limited to 'sys/arch/mvme68k/stand/netboot')
-rw-r--r--sys/arch/mvme68k/stand/netboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/Makefile b/sys/arch/mvme68k/stand/netboot/Makefile
index ba9e6d8dd53..5982ab54a29 100644
--- a/sys/arch/mvme68k/stand/netboot/Makefile
+++ b/sys/arch/mvme68k/stand/netboot/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.10 2000/01/24 05:20:56 smurph Exp $
+# $OpenBSD: Makefile,v 1.11 2002/04/16 15:37:04 miod Exp $
-RELOC=0x3F0000
+RELOC=0x6F0000
SIZE?= size
S= ${.CURDIR}/../../../..