Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 13:48:48 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215122 - head/sys/boot/fdt/dts
Message-ID:  <201011111348.oABDmmwg069272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: raj
Date: Thu Nov 11 13:48:48 2010
New Revision: 215122
URL: http://svn.freebsd.org/changeset/base/215122

Log:
  Correct RAM size of the MPC8555CDS board.

Modified:
  head/sys/boot/fdt/dts/mpc8555cds.dts

Modified: head/sys/boot/fdt/dts/mpc8555cds.dts
==============================================================================
--- head/sys/boot/fdt/dts/mpc8555cds.dts	Thu Nov 11 13:46:28 2010	(r215121)
+++ head/sys/boot/fdt/dts/mpc8555cds.dts	Thu Nov 11 13:48:48 2010	(r215122)
@@ -97,7 +97,7 @@
 
 	memory {
 		device_type = "memory";
-		reg = <0x0 0x8000000>;	// 128M at 0x0
+		reg = <0x0 0x10000000>;	// 256M at 0x0
 	};
 
 	localbus@e0005000 {



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