Re: [U-Boot] [PATCH] test: Adjust the of-platdata test run condition

2016-07-18 Thread Stephen Warren
On 07/16/2016 07:01 PM, Tom Rini wrote: On Sat, Jul 16, 2016 at 06:36:44PM -0600, Simon Glass wrote: This should be spl_of_platdata, since otherwise it will try to run on boards that don't support of-platdata. Signed-off-by: Simon Glass Applied to u-boot/master, thanks!

Re: [U-Boot] [PATCH] test: Adjust the of-platdata test run condition

2016-07-16 Thread Tom Rini
On Sat, Jul 16, 2016 at 06:36:44PM -0600, Simon Glass wrote: > This should be spl_of_platdata, since otherwise it will try to run on boards > that don't support of-platdata. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

[U-Boot] [PATCH] test: Adjust the of-platdata test run condition

2016-07-16 Thread Simon Glass
This should be spl_of_platdata, since otherwise it will try to run on boards that don't support of-platdata. Signed-off-by: Simon Glass --- test/py/tests/test_ofplatdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/tests/test_ofplatdata.py