PERFORCE change 113473 for review

Kevin Lo kevlo at FreeBSD.org
Wed Jan 24 05:44:44 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113473

Change 113473 by kevlo at kevlo_rtsl on 2007/01/24 05:44:07

	Fix comments

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_mem.c#4 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_mem.c#4 (text+ko) ====

@@ -47,8 +47,8 @@
 static uint32_t sdram_64bit[] = {
 	0x00800000,	/* 8M:  One 2M x 32 chip */
 	0x01000000,	/* 16M: Two 2M x 32 chips */
-	0x01000000,	/* 16M: One 4M x 32 chip */
-	0x02000000,	/* 32M: Two 4M x 32 chips */
+	0x01000000,	/* 16M: Two 4M x 16 chips */
+	0x02000000,	/* 32M: Four 4M x 32 chips */
 	0, 0, 0, 0
 };
 


More information about the p4-projects mailing list