Skip to content
Snippets Groups Projects
Commit 1785bf54 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

test: Fix the boardspec for the SPL handoff test


This test currently does not run because it specifies the sandbox board
instead of sandbox_spl. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 41633812
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import pytest
# Magic number to check that SPL handoff is working
TEST_HANDOFF_MAGIC = 0x14f93c7b
@pytest.mark.boardspec('sandbox')
@pytest.mark.boardspec('sandbox_spl')
@pytest.mark.buildconfigspec('spl')
def test_handoff(u_boot_console):
"""Test that of-platdata can be generated and used in sandbox"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment