travis: use mpc85xx-p2020 sdk instead of ar71xx
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 17 Jun 2020 12:47:08 +0000 (14:47 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 1 Jul 2020 21:03:43 +0000 (23:03 +0200)
commita80754337d3e9627cd091e6ef10724d7e703eb2c
treea81510f0eabfffe76f160aa9bdadedcb7af191fe
parent2a9998771c7bc8e3582d3db9b6fd89751b9c5aff
travis: use mpc85xx-p2020 sdk instead of ar71xx

Target ar71xx is deprecated and removed in the master branch and makes SDK
not available anymore. Travis fails because of that.
It was superseded by target ath79. These devices have 4 MB flash and/or 32 MB RAM.

However, ath79 is being used by CircleCI if you have it configured for
your repository and if you are contributing to this repository. It
is not good to have two CI for the same target. Let's use powerpc.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit 4526fb3eae6ed5fdbc5f6cf64a56b4471b54f9d0)
.travis_do.sh