Re: [PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 02:05:35PM +, Peter Robinson wrote: > On Mon, Nov 27, 2023 at 1:06 PM Tom Rini wrote: > > > > On Mon, Nov 27, 2023 at 5:45 AM Winker Matthias (HC-CW/ENG-PJM) > > wrote: > > > > > > Hello Tom, > > > > > > Just to be sure. In the past we had NET enabled such that the

Re: [PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-27 Thread Peter Robinson
On Mon, Nov 27, 2023 at 1:06 PM Tom Rini wrote: > > On Mon, Nov 27, 2023 at 5:45 AM Winker Matthias (HC-CW/ENG-PJM) > wrote: > > > > Hello Tom, > > > > Just to be sure. In the past we had NET enabled such that the fused MAC is > > taken over, although we don’t use NET CMD. > > With your

Re: [PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-27 Thread Tom Rini
On Mon, Nov 27, 2023 at 5:45 AM Winker Matthias (HC-CW/ENG-PJM) wrote: > > Hello Tom, > > Just to be sure. In the past we had NET enabled such that the fused MAC is > taken over, although we don’t use NET CMD. > With your changes, does I.mx6 evaluate the MAC fuses and forward it to Linux? > >

Re: [PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-27 Thread Winker Matthias (HC-CW/ENG-PJM)
smime.p7s Description: S/MIME cryptographic signature

Re: [PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-25 Thread Tom Rini
On Fri, Nov 17, 2023 at 10:47:57AM -0500, Tom Rini wrote: > None of these platforms enabled a networking devices, and disabled > CMD_NET. Given that we used to gate network support on CMD_NET rather > than NET, we disable CONFIG_NET on these platforms now. > > Signed-off-by: Tom Rini >

Re: [PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-18 Thread Simon Glass
On Fri, 17 Nov 2023 at 08:48, Tom Rini wrote: > > None of these platforms enabled a networking devices, and disabled > CMD_NET. Given that we used to gate network support on CMD_NET rather > than NET, we disable CONFIG_NET on these platforms now. > > Signed-off-by: Tom Rini > --- > Cc: Simon

[PATCH] boards: Disable NET on platforms without NETDEVICES

2023-11-17 Thread Tom Rini
None of these platforms enabled a networking devices, and disabled CMD_NET. Given that we used to gate network support on CMD_NET rather than NET, we disable CONFIG_NET on these platforms now. Signed-off-by: Tom Rini --- Cc: Simon Glass Cc: Heinrich Schuchardt Cc: Matthias Winker Cc: Philip