Re: [U-Boot] [PATCH 1/1] test: let use gdbserver for all sandbox targets

2019-02-13 Thread Simon Glass
On Tue, 12 Feb 2019 at 15:18, Igor Opaniuk wrote: > > Enable usage of gdbserver for all sandbox targets (sandbox, > sandbox_flattree etc.). > > Signed-off-by: Igor Opaniuk > --- > test/py/conftest.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass

Re: [U-Boot] [PATCH 1/1] test: let use gdbserver for all sandbox targets

2019-02-12 Thread Tom Rini
On Tue, Feb 12, 2019 at 04:18:14PM +0200, Igor Opaniuk wrote: > Enable usage of gdbserver for all sandbox targets (sandbox, > sandbox_flattree etc.). > > Signed-off-by: Igor Opaniuk Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH 1/1] test: let use gdbserver for all sandbox targets

2019-02-12 Thread Igor Opaniuk
Enable usage of gdbserver for all sandbox targets (sandbox, sandbox_flattree etc.). Signed-off-by: Igor Opaniuk --- test/py/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/py/conftest.py b/test/py/conftest.py index 5c658b8..e40cbf0 100644 ---