summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-14 15:25:58 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-10-14 19:38:20 +0200
commit2a63cea587f66d328ad2528423f8b12f1005dd13 (patch)
tree8887116327b7dfe963a4cfee71ad6147a239193c /support/testing/tests/boot
parente954ad62a61c4b552796c27e9a176e8453fd6b3f (diff)
downloadbuildroot-2a63cea587f66d328ad2528423f8b12f1005dd13.tar.gz
buildroot-2a63cea587f66d328ad2528423f8b12f1005dd13.zip
support/testing: fix TestATFAllwinner test case
This test case uses a too old U-Boot version, which is affected by the infamous libfdt header conflict issue. Let's update to U-Boot 2017.11, which is used by our current bananapi_m64_defconfig that was the inspiration for this test case. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/107860310 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/testing/tests/boot')
-rw-r--r--support/testing/tests/boot/test_atf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/testing/tests/boot/test_atf.py b/support/testing/tests/boot/test_atf.py
index 75cea01fc8..ab2239e51e 100644
--- a/support/testing/tests/boot/test_atf.py
+++ b/support/testing/tests/boot/test_atf.py
@@ -40,7 +40,7 @@ class TestATFAllwinner(infra.basetest.BRTest):
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
- BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.09"
+ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="bananapi_m64"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
OpenPOWER on IntegriCloud