diff options
Diffstat (limited to 'drivers/net/tsi108_eth.c')
| -rw-r--r-- | drivers/net/tsi108_eth.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/drivers/net/tsi108_eth.c b/drivers/net/tsi108_eth.c index 2534097df..079354aaf 100644 --- a/drivers/net/tsi108_eth.c +++ b/drivers/net/tsi108_eth.c @@ -34,6 +34,7 @@  #include <common.h>  #include <malloc.h>  #include <net.h> +#include <netdev.h>  #include <asm/cache.h>  #ifdef DEBUG @@ -53,7 +54,7 @@ printf ("%s %d: " fmt, __FUNCTION__, __LINE__, ##args)  #define RX_PRINT_ERRORS  #define TX_PRINT_ERRORS -#define ETH_BASE	(CFG_TSI108_CSR_BASE + 0x6000) +#define ETH_BASE	(CONFIG_SYS_TSI108_CSR_BASE + 0x6000)  #define ETH_PORT_OFFSET	0x400 |