[U-Boot] [PATCH] DaVinci EMAC: Add name to Ethernet device

s-paulraj at ti.com s-paulraj at ti.com
Tue Dec 28 20:43:44 CET 2010


From: Sandeep Paulraj <s-paulraj at ti.com>

Adds "DaVinci-EMAC" as the name of the device so that
it gets printed as "Using DaVinci-EMAC device"
during network access (dhcp, tftp) instead of empty name
in "Using" statement.This name also gets
reflected in 'ethact' env variable.


Signed-off-by: Hemant Pedanekar <hemantp at ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj at ti.com>
---
This pacth has been in an internal TI tree for a long time.
Sending this patch to the list to sync up.
 drivers/net/davinci_emac.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
index 9371d96..9390480 100644
--- a/drivers/net/davinci_emac.c
+++ b/drivers/net/davinci_emac.c
@@ -667,6 +667,7 @@ int davinci_emac_initialize(void)
 		return -1;
 
 	memset(dev, 0, sizeof *dev);
+	sprintf(dev->name, "DaVinci-EMAC");
 
 	dev->iobase = 0;
 	dev->init = davinci_eth_open;
-- 
1.6.0.4



More information about the U-Boot mailing list