summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2021-04-21 22:13:13 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2021-05-25 16:35:06 +0300
commit5308a71db80ede9f0e0b5c727ae26469ab7914c8 (patch)
tree161dd91242a152213ad798d7d57fa01a69f9a26f /.azure-pipelines.yml
parent9c8e58ac2362a155dd79cd7befafa57e648bfb9c (diff)
downloadu-boot-5308a71db80ede9f0e0b5c727ae26469ab7914c8.tar.xz
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.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 59e99b8894..35ab7f30b2 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"