[U-Boot] [PATCH] net: fec_mxc: Fix corruption of device tree blob.

Daniel Strnad strnadda at gmail.com
Thu Feb 2 11:11:40 UTC 2017


Modifying content of dev->name leads to the device tree corruption
because it points to the node name located there.

Signed-off-by: Daniel Strnad <strnadda at gmail.com>
Cc: Stefano Babic <sbabic at denx.de>
Cc: Jagan Teki <jagan at amarulasolutions.com>
---
 drivers/net/fec_mxc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index 3304fddc69..9e9b8beb92 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1240,7 +1240,6 @@ static int fecmxc_probe(struct udevice *dev)
 	}
 
 	fec_reg_setup(priv);
-	fec_set_dev_name((char *)dev->name, dev_id);
 	priv->dev_id = (dev_id == -1) ? 0 : dev_id;
 
 	return 0;
-- 
2.11.0



More information about the U-Boot mailing list