Fixed phy address at 0 for SAMA5D28
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11921 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
356e0f5fff
commit
3cbbff60f2
|
@ -52,6 +52,13 @@
|
||||||
#error "MCK too high, cannot configure MDC clock"
|
#error "MCK too high, cannot configure MDC clock"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* BV1000GT boards use phy address 0
|
||||||
|
*/
|
||||||
|
#if defined(BOARD_ATSAM5D28_XULT)
|
||||||
|
#define BOARD_PHY_ADDRESS 0
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver exported variables. */
|
/* Driver exported variables. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue