diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/bootxx')
-rw-r--r-- | sys/arch/mvme68k/stand/bootxx/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/bootxx/bootxx.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/bootxx/Makefile b/sys/arch/mvme68k/stand/bootxx/Makefile index 870d012a003..fe03b598eb6 100644 --- a/sys/arch/mvme68k/stand/bootxx/Makefile +++ b/sys/arch/mvme68k/stand/bootxx/Makefile @@ -1,7 +1,7 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.4 1999/09/26 18:09:04 smurph Exp $ +# $OpenBSD: Makefile,v 1.5 1999/09/27 03:04:07 smurph Exp $ -RELOC=0xAF0000 +RELOC=0x1F0000 S= ${.CURDIR}/../../../.. DEFS= diff --git a/sys/arch/mvme68k/stand/bootxx/bootxx.c b/sys/arch/mvme68k/stand/bootxx/bootxx.c index 22490a0aa69..88bd53a51ce 100644 --- a/sys/arch/mvme68k/stand/bootxx/bootxx.c +++ b/sys/arch/mvme68k/stand/bootxx/bootxx.c @@ -51,7 +51,7 @@ /* * Boot device is derived from ROM provided information. */ -#define LOADADDR 0xCF0000 /* where to load level 2 bootstrap */ +#define LOADADDR 0x3F0000 /* where to load level 2 bootstrap */ /* (l2 must relocate itself) */ /* This determines the largest boot program we can load. */ |