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
        };
 
        local...@e0005000 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to