Re: [PATCH v2 1/3] log: move processing_msg to global data

2020-10-28 Thread Tom Rini
On Sat, Oct 17, 2020 at 02:31:57PM +0200, Heinrich Schuchardt 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 > Reviewed-by: Simon Glass Applied to u-boot/master,

Re: [PATCH v2 1/3] log: move processing_msg to global data

2020-10-26 Thread Simon Glass
On Sat, 17 Oct 2020 at 06:32, Heinrich Schuchardt 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 > --- > v2: > new patch > --- > common/log.c

[PATCH v2 1/3] log: move processing_msg to global data

2020-10-17 Thread Heinrich Schuchardt
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 --- v2: new patch --- common/log.c | 7 +++ include/asm-generic/global_data.h | 8 2 files