]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/eth-uclass.c
net: core: cosmetic: A MAC address is not limited to SROM
[people/ms/u-boot.git] / net / eth-uclass.c
index 140e47d52d3cdb09502ac22414eb66d797aa3481..c3cc3152a280155dcb6659cb69570034a3b83dea 100644 (file)
@@ -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);