PERFORCE change 158192 for review

Andrew Turner andrew at FreeBSD.org
Tue Feb 24 02:17:21 PST 2009


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

Change 158192 by andrew at andrew_bender on 2009/02/24 10:16:52

	Fix the name of some s3c2410 registers missed in change 158191

Affected files ...

.. //depot/projects/arm/src/sys/arm/s3c2xx0/s3c2410reg.h#7 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/s3c2xx0/s3c2410reg.h#7 (text+ko) ====

@@ -55,9 +55,9 @@
 
 /* Clock control */
 /* CLKMAN_CLKCON */
-#define	 CLKCON_STOP	(1<<0)	/* 1=transition to STOP mode */
+#define	 S3C2410_CLKCON_SM	(1<<0)	/* 1=transition to SPECIAL mode */
 /* CLKMAN_CLKDIVN */
-#define	 CLKDIVN_HDIVN	(1<<1)	/* hclk=fclk/2 */
+#define	 S3C2410_CLKDIVN_HDIVN	(1<<1)	/* hclk=fclk/2 */
 
 /* NAND Flash controller */
 #define	S3C2410_NANDFC_SIZE	0x18


More information about the p4-projects mailing list