From cb578f0a87e685e74c4028eddf0ad1c810723716 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 8 Oct 2019 20:54:49 +0200 Subject: arm: remove the H2200 board U-Boot cannot be built for h2200_defconfig with CONFIG_DM=y. The maintainer Lukasz Dalek suggested to remove the board. https://lists.denx.de/pipermail/u-boot/2019-August/380685.html Cc: Lukasz Dalek Signed-off-by: Heinrich Schuchardt [trini: As this is the last non-toradex PXA board, update travis too] Signed-off-by: Tom Rini --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9ca750e575..e2f18f635e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -242,7 +242,7 @@ matrix: - BUILDMAN="sun50i" - name: "buildman catch-all ARM" env: - - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,pxa,rockchip,toradex,socfpga,k2,k3,xilinx" + - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,at91,bcm,freescale,kirkwood,mvebu,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap,rockchip,toradex,socfpga,k2,k3,xilinx" - name: "buildman sandbox x86" env: - BUILDMAN="sandbox x86" @@ -253,9 +253,6 @@ matrix: - name: "buildman mvebu" env: - BUILDMAN="mvebu" - - name: "buildman PXA (non-toradex)" - env: - - BUILDMAN="pxa -x toradex" - name: "buildman m68k" env: - BUILDMAN="m68k" -- cgit v1.2.3