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>
Thu, 18 Jun 2020 11:58:09 +0000 (13:58 +0200)
commit4526fb3eae6ed5fdbc5f6cf64a56b4471b54f9d0
tree5dc650383d188250e9599599dedcff0ca9b34704
parentf89c9e89f56039ce914dcbe976f6225fb4b32488
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>
.travis_do.sh