Skip to content

Commit

Permalink
sh_eth: Fix mistake of the address of SH7763
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nobuhiro Iwamatsu authored and David S. Miller committed Mar 19, 2009
1 parent 0e0fde3 commit 2e2a6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/sh_eth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2e2a6a9

Please sign in to comment.