Re: [PATCHv2 12/13] global: Add a select for ARCH_MISC_INIT where used

2023-02-17 Thread Tom Rini
On Fri, Feb 17, 2023 at 03:40:28PM +0100, Marek Vasut wrote: > On 2/17/23 15:00, Tom Rini wrote: > > On Fri, Feb 17, 2023 at 02:33:28PM +0100, Marek Vasut wrote: > > > On 2/17/23 13:50, Tom Rini wrote: > > > > When we have an arch_misc_init function, we can select it to ensure it's > > > > used. >

Re: [PATCHv2 12/13] global: Add a select for ARCH_MISC_INIT where used

2023-02-17 Thread Marek Vasut
On 2/17/23 15:00, Tom Rini wrote: On Fri, Feb 17, 2023 at 02:33:28PM +0100, Marek Vasut wrote: On 2/17/23 13:50, Tom Rini wrote: When we have an arch_misc_init function, we can select it to ensure it's used. In that there is a functional change here, it's that on i.MX6 it's always been possibl

Re: [PATCHv2 12/13] global: Add a select for ARCH_MISC_INIT where used

2023-02-17 Thread Tom Rini
On Fri, Feb 17, 2023 at 02:33:28PM +0100, Marek Vasut wrote: > On 2/17/23 13:50, Tom Rini wrote: > > When we have an arch_misc_init function, we can select it to ensure it's > > used. > > > > In that there is a functional change here, it's that on i.MX6 it's > > always been possible to populate "s

Re: [PATCHv2 12/13] global: Add a select for ARCH_MISC_INIT where used

2023-02-17 Thread Marek Vasut
On 2/17/23 13:50, Tom Rini wrote: When we have an arch_misc_init function, we can select it to ensure it's used. In that there is a functional change here, it's that on i.MX6 it's always been possible to populate "serial#" with something meaningful, but not every platform was taking the hook, an

[PATCHv2 12/13] global: Add a select for ARCH_MISC_INIT where used

2023-02-17 Thread Tom Rini
When we have an arch_misc_init function, we can select it to ensure it's used. In that there is a functional change here, it's that on i.MX6 it's always been possible to populate "serial#" with something meaningful, but not every platform was taking the hook, and now it is. Signed-off-by: Tom Rin