Re: [v3] doc: develop: Describe system configuration

2022-07-29 Thread Pali Rohár
On Friday 29 July 2022 12:07:38 Tom Rini wrote: > Start by describing in general the best practices for how to implement > configuration of some aspect of U-Boot. This generally means finding > the right choices for when something should be static or dynamically > configured and enabled. Then fur

Re: [v3] doc: develop: Describe system configuration

2022-07-29 Thread Tom Rini
On Fri, Jul 29, 2022 at 06:51:50PM +0200, Heinrich Schuchardt wrote: > On 7/29/22 18:07, Tom Rini wrote: > > Start by describing in general the best practices for how to implement > > configuration of some aspect of U-Boot. This generally means finding > > the right choices for when something shou

Re: [v3] doc: develop: Describe system configuration

2022-07-29 Thread Heinrich Schuchardt
On 7/29/22 18:07, Tom Rini wrote: Start by describing in general the best practices for how to implement configuration of some aspect of U-Boot. This generally means finding the right choices for when something should be static or dynamically configured and enabled. Then further document when t

[v3] doc: develop: Describe system configuration

2022-07-29 Thread Tom Rini
Start by describing in general the best practices for how to implement configuration of some aspect of U-Boot. This generally means finding the right choices for when something should be static or dynamically configured and enabled. Then further document when to use CONFIG or CFG namespaces for s