sh_eth: Fix mistake of the address of SH7763
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Mon, 16 Mar 2009 19:52:23 +0000 (19:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2009 06:31:50 +0000 (23:31 -0700)
Address of SH_TSU_ADDR and ARSTR of SH7763 was wrong.
This revise it.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.h

index 73bc718..1537e13 100644 (file)
@@ -43,8 +43,8 @@
 
 #define SH7763_SKB_ALIGN 32
 /* Chip Base Address */
-# define SH_TSU_ADDR  0xFFE01800
-# define ARSTR                   0xFFE01800
+# define SH_TSU_ADDR   0xFEE01800
+# define ARSTR                 SH_TSU_ADDR
 
 /* Chip Registers */
 /* E-DMAC */