[PATCH v2 1/3] log: move processing_msg to global data
Simon Glass
sjg at chromium.org
Tue Oct 27 05:52:10 CET 2020
On Sat, 17 Oct 2020 at 06:32, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Replace the static variable processing_msg by a field in the global data.
> Make the field bool at it can only be true or false.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v2:
> new patch
> ---
> common/log.c | 7 +++----
> include/asm-generic/global_data.h | 8 ++++++++
> 2 files changed, 11 insertions(+), 4 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list