[U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig

Bin Meng bmeng.cn at gmail.com
Mon Dec 7 10:32:58 CET 2015


Hi Thomas,

On Mon, Dec 7, 2015 at 2:35 PM, Thomas Chou <thomas at wytron.com.tw> wrote:
> Hi Bin,
>
> On 2015年12月07日 09:50, Bin Meng wrote:
>>
>> Hi Thomas,
>>
>> On Sun, Dec 6, 2015 at 9:19 PM, Thomas Chou <thomas at wytron.com.tw> wrote:
>>>
>>> Select PHYLIB in drivers/net/Kconfig. And remove CONFIG_PHYLIB
>>> from legacy board header files.
>>>
>>> This fixed the warnings when both ALTERA_TSE and ETH_DESIGNWARE
>>> are selected.
>>>
>>> Reported-by: Pavel Machek <pavel at denx.de>
>>> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
>>> ---
>>>   drivers/net/Kconfig              | 1 +
>>>   include/configs/axs101.h         | 1 -
>>>   include/configs/bf609-ezkit.h    | 1 -
>>>   include/configs/galileo.h        | 1 -
>>>   include/configs/socfpga_common.h | 1 -
>>>   include/configs/spear-common.h   | 1 -
>>>   include/configs/stv0991.h        | 1 -
>>>   include/configs/sunxi-common.h   | 1 -
>>>   include/configs/tb100.h          | 1 -
>>>   include/configs/x600.h           | 1 -
>>>   10 files changed, 1 insertion(+), 9 deletions(-)
>>>
>
>>> diff --git a/include/configs/galileo.h b/include/configs/galileo.h
>>> index eb16a5e..14a42b1 100644
>>> --- a/include/configs/galileo.h
>>> +++ b/include/configs/galileo.h
>>> @@ -45,7 +45,6 @@
>>>   /* 10/100M Ethernet support */
>>>   #define CONFIG_DESIGNWARE_ETH
>>>   #define CONFIG_DW_ALTDESCRIPTOR
>>> -#define CONFIG_PHYLIB
>>>
>
> The CONFIG_PHYLIB is removed from galileo.h with this patch.
>

Ah, yes, I must be brain dead :)

Regards,
Bin


More information about the U-Boot mailing list