Re: [U-Boot] [PATCH 05/14] net: core: cosmetic: A MAC address is not limited to SROM

2016-11-30 Thread Joe Hershberger
On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: > 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: Olliver Schinagl Acked-by: Joe Hershberger ___ U-Boot maili

[U-Boot] [PATCH 05/14] net: core: cosmetic: A MAC address is not limited to SROM

2016-11-25 Thread Olliver Schinagl
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: Olliver Schinagl --- net/eth-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/eth-uclass.c b/net/eth-uclass.c index a9fc6bb..9703bea 1006