public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/3] mx6slevk_spinor: Convert to DM_ETH
@ 2020-06-09 13:43 Fabio Estevam
  2020-06-09 13:43 ` [PATCH 2/3] mx6slevk_spl: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2020-06-09 13:43 UTC (permalink / raw)
  To: u-boot

Convert to DM_ETH to avoid board removal from the project.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/mx6slevk_spinor_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/mx6slevk_spinor_defconfig b/configs/mx6slevk_spinor_defconfig
index 4d348df691..67de522dd8 100644
--- a/configs/mx6slevk_spinor_defconfig
+++ b/configs/mx6slevk_spinor_defconfig
@@ -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
-- 
2.17.1
Convert

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-23  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 13:43 [PATCH 1/3] mx6slevk_spinor: Convert to DM_ETH Fabio Estevam
2020-06-09 13:43 ` [PATCH 2/3] mx6slevk_spl: " Fabio Estevam
2020-06-23  7:52   ` sbabic at denx.de
2020-06-09 13:44 ` [PATCH 3/3] mx6ull_14x14_evk_plugin: " Fabio Estevam
2020-06-23  7:50   ` sbabic at denx.de
2020-06-23  7:52 ` [PATCH 1/3] mx6slevk_spinor: " sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox