diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2021-04-21 21:13:13 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2021-05-25 15:35:06 +0200 |
commit | 5308a71db80ede9f0e0b5c727ae26469ab7914c8 (patch) | |
tree | 161dd91242a152213ad798d7d57fa01a69f9a26f /.azure-pipelines.yml | |
parent | 9c8e58ac2362a155dd79cd7befafa57e648bfb9c (diff) | |
download | u-boot-5308a71db80ede9f0e0b5c727ae26469ab7914c8.zip u-boot-5308a71db80ede9f0e0b5c727ae26469ab7914c8.tar.gz u-boot-5308a71db80ede9f0e0b5c727ae26469ab7914c8.tar.bz2 |
MIPS: remove deprecated qemu_mips board
Remove qemu_mips boards because DM migration doesn't make sense.
The board support for qemu_mips is already marked as deprecated
in Qemu in favour of the Malta board. Also qemu_mips support
has been removed from Linux a long time ago.
The official replacement is the Malta board. The same Malta U-Boot
image can be used with Qemu and on physical hardware.
All combinations of Big Endian and Little Endian as well as 32 bit
and 64 bit are supported.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 59e99b8..35ab7f3 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -205,18 +205,6 @@ jobs: qemu_arm64: TEST_PY_BD: "qemu_arm64" TEST_PY_TEST_SPEC: "not sleep" - qemu_mips: - TEST_PY_BD: "qemu_mips" - TEST_PY_TEST_SPEC: "not sleep" - qemu_mipsel: - TEST_PY_BD: "qemu_mipsel" - TEST_PY_TEST_SPEC: "not sleep" - qemu_mips64: - TEST_PY_BD: "qemu_mips64" - TEST_PY_TEST_SPEC: "not sleep" - qemu_mips64el: - TEST_PY_BD: "qemu_mips64el" - TEST_PY_TEST_SPEC: "not sleep" qemu_malta: TEST_PY_BD: "malta" TEST_PY_ID: "--id qemu" |