support/testing: fix TestATFAllwinner test case
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Oct 2018 13:25:58 +0000 (15:25 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 14 Oct 2018 17:38:20 +0000 (19:38 +0200)
commit2a63cea587f66d328ad2528423f8b12f1005dd13
tree8887116327b7dfe963a4cfee71ad6147a239193c
parente954ad62a61c4b552796c27e9a176e8453fd6b3f
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>
support/testing/tests/boot/test_atf.py