[PATCH] doc: log: correct option name CONFIG_LOG_MAX_LEVEL
Patrick DELAUNAY
patrick.delaunay at st.com
Tue May 26 18:27:43 CEST 2020
Hi,
> From: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Sent: mardi 26 mai 2020 15:51
>
> On 26.05.20 11:48, Patrick Delaunay wrote:
> > Replace CONFIG_(SPL_)MAX_LOG_LEVEL by the correct name as defined in
> > common/Kconfig:
> > line 668:config LOG_MAX_LEVEL
> > line 688:config SPL_LOG_MAX_LEVEL
> > line 708:config TPL_LOG_MAX_LEVEL
> >
> > Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
>
> > ---
> >
> > doc/README.log | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/doc/README.log b/doc/README.log index
> > 1057981f45..170e4ba24e 100644
> > --- a/doc/README.log
> > +++ b/doc/README.log
[...]
> >
> > -The above have SPL versions also, e.g. CONFIG_SPL_MAX_LOG_LEVEL.
> > +The above have SPL versions also, e.g. CONFIG_SPL_LOG_MAX_LEVEL.
>
> Please mention TPL and CONFIG_TPL_LOG_MAX_LEVEL here too.
Yes, I prepare a V2.
Regards.
Patrick
More information about the U-Boot
mailing list