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 /board/h2200/MAINTAINERS | |
parent | bb63363f2a7fc8fb1767549698df9a22c661d169 (diff) |
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 'board/h2200/MAINTAINERS')
-rw-r--r-- | board/h2200/MAINTAINERS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/h2200/MAINTAINERS b/board/h2200/MAINTAINERS deleted file mode 100644 index b66ff515cf..0000000000 --- a/board/h2200/MAINTAINERS +++ /dev/null @@ -1,6 +0,0 @@ -H2200 BOARD -M: Lukasz Dalek <luk0104@gmail.com> -S: Maintained -F: board/h2200/ -F: include/configs/h2200.h -F: configs/h2200_defconfig |