X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fspear%2Fspear300%2Fspear300.c;h=396b5bdf60ab00087106b500a8786c6eda5594ed;hb=23d632679151308b86c79389d8bbf3b481f7729f;hp=6b6bd9f29d521b79125ef35106e17f2fdd3c304d;hpb=c4d376fd1c2bce8d64cec0431dd3f24957b6dec4;p=u-boot diff --git a/board/spear/spear300/spear300.c b/board/spear/spear300/spear300.c index 6b6bd9f29d..396b5bdf60 100644 --- a/board/spear/spear300/spear300.c +++ b/board/spear/spear300/spear300.c @@ -51,7 +51,7 @@ int board_eth_init(bd_t *bis) { int ret = 0; -#if defined(CONFIG_DESIGNWARE_ETH) +#if defined(CONFIG_ETH_DESIGNWARE) u32 interface = PHY_INTERFACE_MODE_MII; if (designware_initialize(CONFIG_SPEAR_ETHBASE, interface) >= 0) ret++;