Commit f60d0603edca472c4458b30956f38c6c1a836d66

Authored by Simon Glass
Committed by Tom Rini
1 parent 62a3b7dd08

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

test/py/tests/test_ofplatdata.py
... ... @@ -34,7 +34,7 @@
34 34 stringarray "one" "" ""
35 35 '''
36 36  
37   -@pytest.mark.buildconfigspec('spl')
  37 +@pytest.mark.buildconfigspec('spl_of_platdata')
38 38 def test_ofplatdata(u_boot_console):
39 39 """Test that of-platdata can be generated and used in sandbox"""
40 40 cons = u_boot_console