Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 11:04:52 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150947 for review
Message-ID:  <200810041104.m94B4qVG000918@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150947

Change 150947 by raj@raj_mimi on 2008/10/04 11:04:46

	Change linking addr range for DB-78XX system.
	
	Same reasons and comments apply as for the DB-88F6XXX systems.

Affected files ...

.. //depot/projects/arm/src/sys/arm/mv/discovery/std.db78xxx#3 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/mv/discovery/std.db78xxx#3 (text+ko) ====

@@ -3,11 +3,11 @@
 include	"../mv/std.mv"
 files	"../mv/discovery/files.db78xxx"
 
-makeoptions	KERNPHYSADDR=0x00200000
-makeoptions	KERNVIRTADDR=0xc0200000
+makeoptions	KERNPHYSADDR=0x00900000
+makeoptions	KERNVIRTADDR=0xc0900000
 
-options		KERNPHYSADDR=0x00200000
-options		KERNVIRTADDR=0xc0200000
+options		KERNPHYSADDR=0x00900000
+options		KERNVIRTADDR=0xc0900000
 options		PHYSADDR=0x00000000
 options		PHYSMEM_SIZE=0x20000000
 options		STARTUP_PAGETABLE_ADDR=0x00100000



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810041104.m94B4qVG000918>