mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
62a3b7dd08
commit
f60d0603ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue