Re: [U-Boot] [PATCH 7/9] test/py: pass test DTB to sandbox

2016-01-28 Thread Simon Glass
On 28 January 2016 at 20:47, Simon Glass wrote: > On 27 January 2016 at 23:57, Stephen Warren wrote: >> From: Stephen Warren >> >> This is required for at least "ut dm" to operate correctly. >> >> Signed-off-by: Stephen Warren >> --- >> test/py/u_boot_console_sandbox.py | 7 ++- >> 1 file

Re: [U-Boot] [PATCH 7/9] test/py: pass test DTB to sandbox

2016-01-28 Thread Simon Glass
On 27 January 2016 at 23:57, Stephen Warren wrote: > From: Stephen Warren > > This is required for at least "ut dm" to operate correctly. > > Signed-off-by: Stephen Warren > --- > test/py/u_boot_console_sandbox.py | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) Acked-by: Simon Gl

[U-Boot] [PATCH 7/9] test/py: pass test DTB to sandbox

2016-01-27 Thread Stephen Warren
From: Stephen Warren This is required for at least "ut dm" to operate correctly. Signed-off-by: Stephen Warren --- test/py/u_boot_console_sandbox.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py