]> git.baikalelectronics.ru Git - uboot.git/commit
log: move processing_msg to global data
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 17 Oct 2020 12:31:57 +0000 (14:31 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 27 Oct 2020 17:50:53 +0000 (13:50 -0400)
commita995f02f7bfbddd82307d90b73ddbd5e10eac9d8
treee62aa87d0f033449d3d182edb4ad328c4c1a847a
parent461046c54910368404273eea89dcf87a5d8c0025
log: move processing_msg to global data

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@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/log.c
include/asm-generic/global_data.h