Re: [U-Boot] [PATCH 11/13] log: sandbox: Enable logging

2017-09-17 Thread Bin Meng
On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: > Enable all logging features on sandbox so that the tests can be run. > > Signed-off-by: Simon Glass > --- > > configs/sandbox_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > Reviewed-by: Bin Meng _

[U-Boot] [PATCH 11/13] log: sandbox: Enable logging

2017-09-16 Thread Simon Glass
Enable all logging features on sandbox so that the tests can be run. Signed-off-by: Simon Glass --- configs/sandbox_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 88ae98d312..0496ad49c8 100644 --- a/configs/sandbox_de