[U-Boot-Users] [PATCH] Correct comment on MAL table ptr reg

Martin Hicks mort at bork.org
Fri Jun 16 15:02:07 CEST 2006


This just fixes up a comment.

Signed-off-by: Martin Hicks <mort at bork.org>

---

 include/ppc440.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

32d883d13dabcc9fed9e6c9c25fdb6c5738bdcee
diff --git a/include/ppc440.h b/include/ppc440.h
index 018f7be..89013eb 100644
--- a/include/ppc440.h
+++ b/include/ppc440.h
@@ -675,8 +675,8 @@ #define maltxctp3r  (MAL_DCR_BASE+0x23) 
 #define malrxctp0r  (MAL_DCR_BASE+0x40) /* RX 0 Channel table pointer reg   */
 #define malrxctp1r  (MAL_DCR_BASE+0x41) /* RX 1 Channel table pointer reg   */
 #if defined(CONFIG_440GX)
-#define malrxctp2r  (MAL_DCR_BASE+0x42) /* RX 0 Channel table pointer reg   */
-#define malrxctp3r  (MAL_DCR_BASE+0x43) /* RX 1 Channel table pointer reg   */
+#define malrxctp2r  (MAL_DCR_BASE+0x42) /* RX 2 Channel table pointer reg   */
+#define malrxctp3r  (MAL_DCR_BASE+0x43) /* RX 3 Channel table pointer reg   */
 #endif /* CONFIG_440GX */
 #define malrcbs0    (MAL_DCR_BASE+0x60) /* RX 0 Channel buffer size reg	    */
 #define malrcbs1    (MAL_DCR_BASE+0x61) /* RX 1 Channel buffer size reg	    */
-- 
1.3.2


-- 
Martin Hicks || mort at bork.org || PGP/GnuPG: 0x4C7F2BEE




More information about the U-Boot mailing list