mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
Enable ULi1575 Ethernet support in 8610HPCD config
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
f1cd7aabbb
commit
1d8a49eca1
1 changed files with 4 additions and 4 deletions
|
@ -312,16 +312,16 @@
|
|||
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
|
||||
|
||||
#define CONFIG_NET_MULTI
|
||||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_PCI_PNP /* do pci plug-and-play */
|
||||
|
||||
#if 0 /* TODO */
|
||||
/* enable onboard uli network support */
|
||||
#endif
|
||||
|
||||
#define CONFIG_RTL8139
|
||||
#define CONFIG_SK98
|
||||
#define CONFIG_EEPRO100
|
||||
#define CONFIG_TULIP
|
||||
#ifdef CONFIG_TULIP
|
||||
#define CONFIG_ETHADDR 00:E0:0C:00:00:01
|
||||
#endif
|
||||
|
||||
/************************************************************
|
||||
* USB support
|
||||
|
|
Loading…
Reference in a new issue