Re: [PATCH v2] mx6slevk: Convert to DM_ETH

2020-02-12 Thread Fabio Estevam
Hi Pedro, On Wed, Feb 12, 2020 at 3:55 PM Pedro Jardim wrote: > > This fixes the following warning: > > = WARNING == > This board does not use CONFIG_DM_ETH (Driver Model > for Ethernet drivers). Please update the board to use > CONFIG_DM_ETH before the v20

[PATCH v2] mx6slevk: Convert to DM_ETH

2020-02-12 Thread Pedro Jardim
This fixes the following warning: = WARNING == This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. Failure to update by the deadline may result in board removal.