Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/macppc/stand/ofwboot Pullup 1.17 [wrstuden]:



details:   https://anonhg.NetBSD.org/src/rev/d1d2175a9fc3
branches:  netbsd-1-5
changeset: 489783:d1d2175a9fc3
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Oct 17 13:27:19 2000 +0000

description:
Pullup 1.17 [wrstuden]:
Move ofwboot to 600000 hex. Should make loading better (less likely to
run into OF internals).

diffstat:

 sys/arch/macppc/stand/ofwboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eadf59e6dbef -r d1d2175a9fc3 sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Tue Oct 17 02:19:17 2000 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Tue Oct 17 13:27:19 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11.2.1 2000/08/03 14:49:19 dmcmahill Exp $
+#      $NetBSD: Makefile,v 1.11.2.2 2000/10/17 13:27:19 tv Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -37,7 +37,7 @@
 
 # For now...
 #RELOC=                20000
-RELOC=         6c0000
+RELOC=         600000
 COPTS=         -Os
 
 ENTRY=         _start



Home | Main Index | Thread Index | Old Index