[U-Boot] [PATCH v2 4/5] net: gem: Fix typo in Kconfig entry

Michal Simek michal.simek at xilinx.com
Thu Dec 17 12:57:08 CET 2015


Signed-off-by: Michal Simek <michal.simek at xilinx.com>
Acked-by: Joe Hershberger <joe.hershberger at ni.com>
---

Changes in v2: None

 drivers/net/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 6905cc02e392..e77797ab286f 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -105,6 +105,6 @@ config ZYNQ_GEM
 	depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP)
 	bool "Xilinx Ethernet GEM"
 	help
-	  This MAC is presetn in Xilinx Zynq and ZynqMP SoCs.
+	  This MAC is present in Xilinx Zynq and ZynqMP SoCs.
 
 endif # NETDEVICES
-- 
1.9.1



More information about the U-Boot mailing list