Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2020-02-09 Thread Joe Hershberger
On Tue, Jan 28, 2020 at 10:33 AM Fabio Estevam wrote: > > Hi Joe, > > Ping > > On Mon, Jan 6, 2020 at 8:32 PM Fabio Estevam wrote: > > > > Hi Joe, > > > > On Wed, Dec 11, 2019 at 8:54 AM Schrempf Frieder > > wrote: > > > > > > On 11.10.19 01:00, Soeren Moch wrote: > > > > Using a MAC address fro

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2020-01-28 Thread Fabio Estevam
Hi Joe, Ping On Mon, Jan 6, 2020 at 8:32 PM Fabio Estevam wrote: > > Hi Joe, > > On Wed, Dec 11, 2019 at 8:54 AM Schrempf Frieder > wrote: > > > > On 11.10.19 01:00, Soeren Moch wrote: > > > Using a MAC address from ROM storage is the normal case for most > > > ethernet hardware. Why should we

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2020-01-06 Thread Fabio Estevam
Hi Joe, On Wed, Dec 11, 2019 at 8:54 AM Schrempf Frieder wrote: > > On 11.10.19 01:00, Soeren Moch wrote: > > Using a MAC address from ROM storage is the normal case for most > > ethernet hardware. Why should we warn about this? > > > > Signed-off-by: Soeren Moch > > Some months ago I came up wi

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2019-12-11 Thread Schrempf Frieder
On 11.10.19 01:00, Soeren Moch wrote: > Using a MAC address from ROM storage is the normal case for most > ethernet hardware. Why should we warn about this? > > Signed-off-by: Soeren Moch Some months ago I came up with the very same patch and I currently have it in my local fork with the descri

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2019-12-10 Thread Fabio Estevam
Hi Joe, On Fri, Oct 11, 2019 at 12:06 AM Joe Hershberger wrote: > > Hi Soeren, > > On Thu, Oct 10, 2019 at 6:01 PM Soeren Moch wrote: > > > > Using a MAC address from ROM storage is the normal case for most > > ethernet hardware. Why should we warn about this? > > Most hardware that U-Boot runs

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2019-12-10 Thread Fabio Estevam
Hi Soeren, On Thu, Oct 10, 2019 at 8:01 PM Soeren Moch wrote: > > Using a MAC address from ROM storage is the normal case for most > ethernet hardware. Why should we warn about this? > > Signed-off-by: Soeren Moch > --- > Cc: Joe Hershberger > Cc: u-boot@lists.denx.de > --- > net/eth-uclass.c

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2019-10-11 Thread Soeren Moch
Hi Joe, On 11.10.19 05:06, Joe Hershberger wrote: > Hi Soeren, > > On Thu, Oct 10, 2019 at 6:01 PM Soeren Moch wrote: >> Using a MAC address from ROM storage is the normal case for most >> ethernet hardware. Why should we warn about this? > Most hardware that U-Boot runs on is an SoC and the boar

Re: [U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2019-10-10 Thread Joe Hershberger
Hi Soeren, On Thu, Oct 10, 2019 at 6:01 PM Soeren Moch wrote: > > Using a MAC address from ROM storage is the normal case for most > ethernet hardware. Why should we warn about this? Most hardware that U-Boot runs on is an SoC and the boards rarely have a ROM associated with the Ethernet MAC. Us

[U-Boot] [PATCH] net: eth-uclass: Remove warning about ROM MAC address

2019-10-10 Thread Soeren Moch
Using a MAC address from ROM storage is the normal case for most ethernet hardware. Why should we warn about this? Signed-off-by: Soeren Moch --- Cc: Joe Hershberger Cc: u-boot@lists.denx.de --- net/eth-uclass.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/eth-uclass.c b/net/eth-ucl