svn commit: r264206 - head/sys/boot/fdt/dts/arm

Rui Paulo rpaulo at FreeBSD.org
Sun Apr 6 23:22:42 UTC 2014


Author: rpaulo
Date: Sun Apr  6 23:22:42 2014
New Revision: 264206
URL: http://svnweb.freebsd.org/changeset/base/264206

Log:
  Fix the memory region.  This board has two memory regions.

Modified:
  head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts

Modified: head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts	Sun Apr  6 21:48:45 2014	(r264205)
+++ head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts	Sun Apr  6 23:22:42 2014	(r264206)
@@ -41,7 +41,8 @@
 
 	memory {
 		/* RAM 512M */
-		reg = <0x70000000 0x20000000>;
+		reg = <0x70000000 0x10000000
+		       0xB0000000 0x10000000>;
 	};
 
 	localbus at 18000000 {


More information about the svn-src-head mailing list