Re: [PATCH 15/16] fdt: Make OF_BOARD a bool option

2021-10-24 Thread Simon Glass
Hi Sean, On Wed, 13 Oct 2021 at 11:30, Sean Anderson wrote: > > On 10/13/21 12:58 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 12 Oct 2021 at 22:22, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 10/13/21 03:01, Simon Glass wrote: > >>> This should not be a separate option from

Re: [PATCH 15/16] fdt: Make OF_BOARD a bool option

2021-10-13 Thread Sean Anderson
On 10/13/21 12:58 PM, Simon Glass wrote: Hi Heinrich, On Tue, 12 Oct 2021 at 22:22, Heinrich Schuchardt wrote: On 10/13/21 03:01, Simon Glass wrote: This should not be a separate option from OF_SEPARATE. It is a run-time option to override the devicetree, even if present. Move the option

Re: [PATCH 15/16] fdt: Make OF_BOARD a bool option

2021-10-13 Thread Simon Glass
Hi Heinrich, On Tue, 12 Oct 2021 at 22:22, Heinrich Schuchardt wrote: > > > > On 10/13/21 03:01, Simon Glass wrote: > > This should not be a separate option from OF_SEPARATE. It is a run-time > > option to override the devicetree, even if present. > > > > Move the option out of the choice. > > >

Re: [PATCH 15/16] fdt: Make OF_BOARD a bool option

2021-10-12 Thread Heinrich Schuchardt
On 10/13/21 03:01, Simon Glass wrote: This should not be a separate option from OF_SEPARATE. It is a run-time option to override the devicetree, even if present. Move the option out of the choice. Disable BINMAN_FDT for a few boards which don't actually use it. You only sent patch 6/16 and