Skip to content
Snippets Groups Projects
Commit 26d40b0a authored by oliver@schinagl.nl's avatar oliver@schinagl.nl Committed by Joe Hershberger
Browse files

net: core: cosmetic: A MAC address is not limited to SROM


Currently, we print that the MAC from the SROM does not match. It can be
many forms of ROM, so lets drop the S.

Signed-off-by: default avatarOlliver Schinagl <oliver@schinagl.nl>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 2c07c329
No related branches found
No related tags found
No related merge requests found
......@@ -500,7 +500,7 @@ static int eth_post_probe(struct udevice *dev)
memcmp(pdata->enetaddr, env_enetaddr, ARP_HLEN)) {
printf("\nWarning: %s MAC addresses don't match:\n",
dev->name);
printf("Address in SROM is %pM\n",
printf("Address in ROM is %pM\n",
pdata->enetaddr);
printf("Address in environment is %pM\n",
env_enetaddr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment