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

This just fixes up a comment.
Signed-off-by: Martin Hicks mort@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 */

In message 20060616130207.GE20573@bork.org you wrote:
This just fixes up a comment.
Signed-off-by: Martin Hicks mort@bork.org
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Martin Hicks
-
Wolfgang Denk