diff options
| author | Wolfgang Denk <[email protected]> | 2008-10-17 10:37:54 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-10-17 10:37:54 +0200 |
| commit | c794c670f72cf20ca30573b2433151474cdca42a (patch) | |
| tree | 7c021dac627cff5ac5688e36ba680356d16d9399 /drivers | |
| parent | 2179c4766bffeece98e5e92040629a96c97e230c (diff) | |
| parent | b4dbacf69a669a17487054552fc2761149dd6767 (diff) | |
Merge branch 'master' of /home/wd/git/u-boot/master/
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/ax88180.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ax88180.h b/drivers/net/ax88180.h index 5254e7d5f5d..d2113df4bd1 100644 --- a/drivers/net/ax88180.h +++ b/drivers/net/ax88180.h @@ -182,7 +182,7 @@ struct ax88180_private { #define RXCURT (CMD_BASE + 0x0034) #define DEFAULT_RXCURT 0x00000000 #define RXBOUND (CMD_BASE + 0x0038) - #define DEFAULT_RXBOUND 0x7FF //RX pages 0~7FFh + #define DEFAULT_RXBOUND 0x7FF /* RX pages 0~7FFh */ #define MACCFG0 (CMD_BASE + 0x0040) #define MACCFG0_BIT3_0 0x00000007 #define IPGT_VAL 0x00000150 |
