PERFORCE change 150947 for review

Rafal Jaworowski raj at FreeBSD.org
Sat Oct 4 11:04:56 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150947

Change 150947 by raj at 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


More information about the p4-projects mailing list