Re: [PATCH 1/2] configs: sandbox: activate DEBUG_UART

2020-12-23 Thread Simon Glass
On Fri, 27 Nov 2020 at 03:49, Patrick Delaunay wrote: > > Add CONFIG_DEBUG_UART=y for all sandbox defconfig > as it is already done in sandbox_defconfig. > > Signed-off-by: Patrick Delaunay > --- > > configs/sandbox64_defconfig| 1 + > configs/sandbox_flattree_defconfig | 1 + >

Re: [PATCH 1/2] configs: sandbox: activate DEBUG_UART

2020-11-30 Thread Simon Glass
On Fri, 27 Nov 2020 at 03:49, Patrick Delaunay wrote: > > Add CONFIG_DEBUG_UART=y for all sandbox defconfig > as it is already done in sandbox_defconfig. > > Signed-off-by: Patrick Delaunay > --- > > configs/sandbox64_defconfig| 1 + > configs/sandbox_flattree_defconfig | 1 + >

[PATCH 1/2] configs: sandbox: activate DEBUG_UART

2020-11-27 Thread Patrick Delaunay
Add CONFIG_DEBUG_UART=y for all sandbox defconfig as it is already done in sandbox_defconfig. Signed-off-by: Patrick Delaunay --- configs/sandbox64_defconfig| 1 + configs/sandbox_flattree_defconfig | 1 + configs/sandbox_spl_defconfig | 1 + 3 files changed, 3 insertions(+) diff