From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 10 Jul 2019 01:22:51 +0200 Subject: [U-Boot] [PATCH v2 6/6] net: phy: fix switch vendor name In-Reply-To: <20190709232251.31746-1-agust@denx.de> References: <20190709232251.31746-1-agust@denx.de> Message-ID: <20190709232251.31746-7-agust@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Fix vendor name in MV88E61xx option description. Signed-off-by: Anatolij Gustschin --- drivers/net/phy/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 097b499ba3..94386b74ba 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -46,7 +46,7 @@ config B53_PHY_PORTS endif # B53_SWITCH config MV88E61XX_SWITCH - bool "Marvel MV88E61xx Ethernet switch PHY support." + bool "Marvell MV88E61xx Ethernet switch PHY support." if MV88E61XX_SWITCH -- 2.17.1