hancock: add SMSC Ethernet PHY support
This commit is contained in:
parent
b85f04e84a
commit
713f471820
|
|
@ -223,14 +223,8 @@
|
||||||
|
|
||||||
/* Network. */
|
/* Network. */
|
||||||
#define CONFIG_PHYLIB
|
#define CONFIG_PHYLIB
|
||||||
|
#define CONFIG_PHY_SMSC
|
||||||
|
|
||||||
/* Ethernet Switch Support */
|
|
||||||
/* TODO: Revert to SMSC 8720 PHY */
|
|
||||||
#if 0
|
|
||||||
#define CONFIG_MV88E60XX_SWITCH
|
|
||||||
#define CONFIG_MV88E60XX_PHY_PORTS 0x0F
|
|
||||||
#define CONFIG_MV88E60XX_CPU_PORT 5
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define CONFIG_SYS_MEMTEST_START 0x80000000
|
#define CONFIG_SYS_MEMTEST_START 0x80000000
|
||||||
#define CONFIG_SYS_MEMTEST_END 0x87900000
|
#define CONFIG_SYS_MEMTEST_END 0x87900000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue