Re: [U-Boot] [PATCH v3 12/14] log: sandbox: Enable logging

2017-11-21 Thread Lukasz Majewski
On Mon, 20 Nov 2017 15:33:33 -0700 Simon Glass wrote: > Enable all logging features on sandbox so that the tests can be run. > Reviewed-by: Lukasz Majewski > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: > - Change sandbox log level to 6

[U-Boot] [PATCH v3 12/14] log: sandbox: Enable logging

2017-11-20 Thread Simon Glass
Enable all logging features on sandbox so that the tests can be run. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: - Change sandbox log level to 6 configs/sandbox_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/sandbox_defconf