From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 28 Jan 2016 21:02:30 -0700 Subject: [U-Boot] [PATCH 7/9] test/py: pass test DTB to sandbox In-Reply-To: References: <1453964274-9129-1-git-send-email-swarren@wwwdotorg.org> <1453964274-9129-7-git-send-email-swarren@wwwdotorg.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 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 changed, 6 insertions(+), 1 deletion(-) > > Acked-by: Simon Glass Applied to u-boot-dm, thanks!