Author: mraudsepp
Date: 2009-02-09 14:40:10 +0100 (Mon, 09 Feb 2009)
New Revision: 1124

Modified:
   coreboot-v3/southbridge/amd/cs5536/cs5536.h
Log:
cs5536: Use NANDF_CTL for NAND Flash Control Timing register constant 5140001Ch 
define, as in data book, not mis-spelled NADF_CNTL

Trivial: constant currently not used anywhere.

Signed-off-by: Mart Raudsepp <[email protected]>
Acked-by: Mart Raudsepp <[email protected]>

Modified: coreboot-v3/southbridge/amd/cs5536/cs5536.h
===================================================================
--- coreboot-v3/southbridge/amd/cs5536/cs5536.h 2009-01-23 22:18:24 UTC (rev 
1123)
+++ coreboot-v3/southbridge/amd/cs5536/cs5536.h 2009-02-09 13:40:10 UTC (rev 
1124)
@@ -147,7 +147,7 @@
 #define MDD_NORF_T01                   (MSR_SB_MDD + 0x19)
 #define MDD_NORF_T23                   (MSR_SB_MDD + 0x1A)
 #define MDD_NANDF_DATA                 (MSR_SB_MDD + 0x1B)
-#define MDD_NADF_CNTL                  (MSR_SB_MDD + 0x1C)
+#define MDD_NANDF_CTL                  (MSR_SB_MDD + 0x1C)
 #define MDD_AC_DMA                     (MSR_SB_MDD + 0x1E)
 #define MDD_KEL_CNTRL                  (MSR_SB_MDD + 0x1F)
 #define MDD_IRQM_YLOW                  (MSR_SB_MDD + 0x20)


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to