diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-20 20:05:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-10 08:00:12 -0400 |
commit | c6c26a05b89f25a06e7562f8c2071b60fd0c9eac (patch) | |
tree | 5796d063e28411ef0f4819a1d83acbd3574ebb3f /.azure-pipelines.yml | |
parent | 4652bef1b60d2be38cfbfd87b0e2e92b8e324661 (diff) | |
download | u-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.zip u-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.tar.gz u-boot-c6c26a05b89f25a06e7562f8c2071b60fd0c9eac.tar.bz2 |
arm: Remove vexpress_ca15_tc2 board
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 79a0562..d176e04 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -195,12 +195,6 @@ jobs: evb_ast2500: TEST_PY_BD: "evb-ast2500" TEST_PY_ID: "--id qemu" - vexpress_ca15_tc2: - TEST_PY_BD: "vexpress_ca15_tc2" - TEST_PY_ID: "--id qemu" - vexpress_ca9x4: - TEST_PY_BD: "vexpress_ca9x4" - TEST_PY_ID: "--id qemu" integratorcp_cm926ejs: TEST_PY_BD: "integratorcp_cm926ejs" TEST_PY_ID: "--id qemu" |