diff options
author | Harald Krapfenbauer <harald.krapfenbauer@bluetechnix.com> | 2011-05-17 15:25:54 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-12 02:17:45 -0400 |
commit | fff18bee7ed5973093d809aaa71d71eb2ed63a19 (patch) | |
tree | 55d6af4609708e8eead6ba1646b20e16495835c8 /include/configs/cm-bf537u.h | |
parent | 7ed998f629d00abb2aa97805346d4d2e9dbe71d7 (diff) | |
download | u-boot-imx-fff18bee7ed5973093d809aaa71d71eb2ed63a19.zip u-boot-imx-fff18bee7ed5973093d809aaa71d71eb2ed63a19.tar.gz u-boot-imx-fff18bee7ed5973093d809aaa71d71eb2ed63a19.tar.bz2 |
Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings
These boards can have an addon card plugged onto them, so enable
support for it.
Signed-off-by: Harald Krapfenbauer <harald.krapfenbauer@bluetechnix.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 af2fe89..c791926 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 */ |