From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 18 Sep 2017 11:47:40 +0800 Subject: [U-Boot] [PATCH 11/13] log: sandbox: Enable logging In-Reply-To: <20170916212331.170463-12-sjg@chromium.org> References: <20170916212331.170463-1-sjg@chromium.org> <20170916212331.170463-12-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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