diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-01 18:54:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-06 08:26:48 -0400 |
commit | 4a753fbcee6db23a7d6eada12000f55df0f88df1 (patch) | |
tree | 19860c6e3a65d361210652afbc9f49c4caba98a2 /.azure-pipelines.yml | |
parent | 666671ecc3219bcd61cf3671d4f44c7e2e20135f (diff) | |
download | u-boot-4a753fbcee6db23a7d6eada12000f55df0f88df1.tar.gz |
ppc: Drop t4qds and b4860qds references
These boards have been removed. Drop the config file and other references.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 0cf73025f7d..15507a73576 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -413,11 +413,11 @@ jobs: non_fsl_ppc: BUILDMAN: "powerpc -x freescale" mpc85xx_freescale: - BUILDMAN: "mpc85xx&freescale -x t208xrdb -x t4qds -x t102* -x p1_p2_rdb_pc -x p1010rdb -x corenet_ds -x b4860qds -x bsc91*" + BUILDMAN: "mpc85xx&freescale -x t208xrdb -x t102* -x p1_p2_rdb_pc -x p1010rdb -x corenet_ds -x bsc91*" t208xrdb_corenet_ds: BUILDMAN: "t208xrdb corenet_ds" fsl_ppc: - BUILDMAN: "t4qds b4860qds mpc83xx&freescale" + BUILDMAN: "mpc83xx&freescale" t102x: BUILDMAN: "t102*" p1_p2_rdb_pc: |