svn commit: r215122 - head/sys/boot/fdt/dts
Rafal Jaworowski
raj at FreeBSD.org
Thu Nov 11 13:48:49 UTC 2010
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 at e0005000 {
More information about the svn-src-head
mailing list