diff options
author | Michal Simek <monstr@monstr.eu> | 2010-08-02 14:42:09 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-12 16:51:34 +1000 |
commit | d69f8f41af5c8a1cc0b062cf2c7fbbfdbfe8e72d (patch) | |
tree | 33d7b483e0d01dc2a596d6191c598ff861ff0f6d /include | |
parent | 4aecfb1602729b40bf7b49866e9614e6b4f70c2d (diff) | |
download | u-boot-imx-d69f8f41af5c8a1cc0b062cf2c7fbbfdbfe8e72d.zip u-boot-imx-d69f8f41af5c8a1cc0b062cf2c7fbbfdbfe8e72d.tar.gz u-boot-imx-d69f8f41af5c8a1cc0b062cf2c7fbbfdbfe8e72d.tar.bz2 |
microblaze: Add support for NET_MULTI api
Microblaze hasn't supported NET_MULTI support.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/microblaze-generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 9301a6b..c30cc4c 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -243,9 +243,11 @@ #ifndef CONFIG_SYS_ENET # undef CONFIG_CMD_NET +# undef CONFIG_NET_MULTI #else # define CONFIG_CMD_PING # define CONFIG_CMD_DHCP +# define CONFIG_NET_MULTI #endif #if defined(CONFIG_SYSTEMACE) |