From: Michal Simek Date: Fri, 8 Sep 2017 11:47:41 +0000 (+0200) Subject: py: qspi: Add imxtract dependency X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=811855beb9777273d738aa753e6f8e404784f69f;p=thirdparty%2Fu-boot.git py: qspi: Add imxtract dependency ep108 target is not enabling it that's why this failure was found. Signed-off-by: Michal Simek --- diff --git a/test/py/tests/test_qspi.py b/test/py/tests/test_qspi.py index d64a6101913..5882d6c4c80 100644 --- a/test/py/tests/test_qspi.py +++ b/test/py/tests/test_qspi.py @@ -246,6 +246,7 @@ def qspi_boot_images(u_boot_console): @pytest.mark.buildconfigspec("cmd_bdi") @pytest.mark.buildconfigspec("cmd_sf") +@pytest.mark.buildconfigspec("cmd_ximg") def test_qspi_boot_images(u_boot_console): qspi_find_freq_range(u_boot_console) i = 0