diff options
Diffstat (limited to 'support/testing/tests/boot/test_atf.py')
-rw-r--r-- | support/testing/tests/boot/test_atf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/testing/tests/boot/test_atf.py b/support/testing/tests/boot/test_atf.py index 02f93b9201..f1e58af134 100644 --- a/support/testing/tests/boot/test_atf.py +++ b/support/testing/tests/boot/test_atf.py @@ -73,6 +73,7 @@ class TestATFMarvell(infra.basetest.BRTest): BR2_TARGET_UBOOT_BOARDNAME="mvebu_mcbin-88f8040" BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.09" + BR2_TARGET_UBOOT_NEEDS_DTC=y """ def test_run(self): |