svn commit: r185640 - head/sys/arm/mv/orion

Rafal Jaworowski raj at FreeBSD.org
Fri Dec 5 07:31:52 PST 2008


Author: raj
Date: Fri Dec  5 15:31:51 2008
New Revision: 185640
URL: http://svn.freebsd.org/changeset/base/185640

Log:
  Avoid confusion and adjust link address range of Marvell Orion kernel so it is
  the same as for Kirkwood and Discovery.

Modified:
  head/sys/arm/mv/orion/std.db88f5xxx

Modified: head/sys/arm/mv/orion/std.db88f5xxx
==============================================================================
--- head/sys/arm/mv/orion/std.db88f5xxx	Fri Dec  5 15:27:28 2008	(r185639)
+++ head/sys/arm/mv/orion/std.db88f5xxx	Fri Dec  5 15:31:51 2008	(r185640)
@@ -3,11 +3,11 @@
 include	"../mv/std.mv"
 files	"../mv/orion/files.db88f5xxx"
 
-makeoptions	KERNPHYSADDR=0x00400000
-makeoptions	KERNVIRTADDR=0xc0400000
+makeoptions	KERNPHYSADDR=0x00900000
+makeoptions	KERNVIRTADDR=0xc0900000
 
-options		KERNPHYSADDR=0x00400000
-options		KERNVIRTADDR=0xc0400000
+options		KERNPHYSADDR=0x00900000
+options		KERNVIRTADDR=0xc0900000
 options		PHYSADDR=0x00000000
 options		PHYSMEM_SIZE=0x08000000
 options		STARTUP_PAGETABLE_ADDR=0x00100000


More information about the svn-src-all mailing list