diff options
author | wdenk | 2004-11-02 13:00:33 +0000 |
---|---|---|
committer | wdenk | 2004-11-02 13:00:33 +0000 |
commit | 1f6d4258c25bc41ce8404d3485ace1989f796a2f (patch) | |
tree | 0d8f04fd02a0c4294fa919bd3a0c62c95713ed39 /include/configs/xaeniax.h | |
parent | 983fda8391fa0ccfd4e0fd0bfb5a5e662e07b222 (diff) |
Work around for Ethernet problems on Xaeniax board
Diffstat (limited to 'include/configs/xaeniax.h')
-rw-r--r-- | include/configs/xaeniax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/xaeniax.h b/include/configs/xaeniax.h index a7b695dda7e..9b8a5969206 100644 --- a/include/configs/xaeniax.h +++ b/include/configs/xaeniax.h @@ -181,7 +181,7 @@ * SMSC91C111 Network Card */ #define CONFIG_DRIVER_SMC91111 1 -#define CONFIG_SMC91111_BASE 0x0C00030 /* chip select 3 */ +#define CONFIG_SMC91111_BASE 0x10000300 /* chip select 3 */ #define CONFIG_SMC_USE_32_BIT 1 /* 32 bit bus */ #undef CONFIG_SMC_91111_EXT_PHY /* we use internal phy */ #undef CONFIG_SHOW_ACTIVITY |