diff options
Diffstat (limited to 'include/configs/cm-bf537u.h')
| -rw-r--r-- | include/configs/cm-bf537u.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/configs/cm-bf537u.h b/include/configs/cm-bf537u.h index af2fe896a..c79192671 100644 --- a/include/configs/cm-bf537u.h +++ b/include/configs/cm-bf537u.h @@ -63,11 +63,11 @@   */  #ifndef __ADSPBF534__  #define ADI_CMDS_NETWORK	1 -#define CONFIG_NET_MULTI -/* The next 3 lines are for use with SMSC on EXT-BF5xx-USB-ETH2 */ -#define CONFIG_SMC911X	1 -#define CONFIG_SMC911X_BASE	0x24000000 +#define CONFIG_SMC911X		1 +#define CONFIG_SMC911X_BASE	0x20308000  #define CONFIG_SMC911X_16_BIT +#define CONFIG_NETCONSOLE	1 +#define CONFIG_NET_MULTI	1  #endif  #define CONFIG_HOSTNAME		cm-bf537u  /* Uncomment next line to use fixed MAC address */ |