Re: [U-Boot] [PATCH v3 11/14] log: Plumb logging into the init sequence

2017-11-21 Thread Lukasz Majewski
On Mon, 20 Nov 2017 15:33:32 -0700 Simon Glass wrote: > Set up logging both before and after relocation. > Reviewed-by: Lukasz Majewski > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > common/board_f.c | 5 -

[U-Boot] [PATCH v3 11/14] log: Plumb logging into the init sequence

2017-11-20 Thread Simon Glass
Set up logging both before and after relocation. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None common/board_f.c | 5 - common/board_r.c | 2 ++ common/log.c | 1 + include/asm-generic/glo