mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-02 03:52:55 +00:00
mx6slevk_spinor: Convert to DM_ETH
Convert to DM_ETH to avoid board removal from the project. Signed-off-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
59a88e0af0
commit
eea10754cd
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ CONFIG_SF_DEFAULT_MODE=0
|
|||
CONFIG_SF_DEFAULT_SPEED=20000000
|
||||
CONFIG_SPI_FLASH_STMICRO=y
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PHY_SMSC=y
|
||||
CONFIG_DM_ETH=y
|
||||
CONFIG_FEC_MXC=y
|
||||
CONFIG_MII=y
|
||||
CONFIG_PINCTRL=y
|
||||
CONFIG_PINCTRL_IMX6=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue