From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Hicks Date: Fri, 16 Jun 2006 09:02:07 -0400 Subject: [U-Boot-Users] [PATCH] Correct comment on MAL table ptr reg Message-ID: <20060616130207.GE20573@bork.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This just fixes up a comment. Signed-off-by: Martin Hicks --- 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