diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-08 20:54:49 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-16 18:09:08 -0400 |
commit | cb578f0a87e685e74c4028eddf0ad1c810723716 (patch) | |
tree | a07fc91e857d5044766650a055dd163a8088a95b /.travis.yml | |
parent | bb63363f2a7fc8fb1767549698df9a22c661d169 (diff) | |
download | u-boot-cb578f0a87e685e74c4028eddf0ad1c810723716.zip u-boot-cb578f0a87e685e74c4028eddf0ad1c810723716.tar.gz u-boot-cb578f0a87e685e74c4028eddf0ad1c810723716.tar.bz2 |
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 <luk0104@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[trini: As this is the last non-toradex PXA board, update travis too]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 9ca750e..e2f18f6 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" |