summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-16 18:36:44 -0600
committerTom Rini <trini@konsulko.com>2016-07-16 21:01:44 -0400
commitf60d0603edca472c4458b30956f38c6c1a836d66 (patch)
tree2ed22a14388dfd3fbf4f590df2267672f373b383 /test
parent62a3b7dd086ef8ceba91e99cceb19704efc1b482 (diff)
test: Adjust the of-platdata test run condition
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 <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_ofplatdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_ofplatdata.py b/test/py/tests/test_ofplatdata.py
index c8b309e3d2..457c4055af 100644
--- a/test/py/tests/test_ofplatdata.py
+++ b/test/py/tests/test_ofplatdata.py
@@ -34,7 +34,7 @@ string <NULL>
stringarray "one" "" ""
'''
-@pytest.mark.buildconfigspec('spl')
+@pytest.mark.buildconfigspec('spl_of_platdata')
def test_ofplatdata(u_boot_console):
"""Test that of-platdata can be generated and used in sandbox"""
cons = u_boot_console