diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:19 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:36 -0500 |
commit | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (patch) | |
tree | fc5a0ae1f1e5838e928fdf25a63bd4dac3282e7f /board/dave/PPChameleonEVB/MAINTAINERS | |
parent | 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc (diff) | |
download | talos-obmc-uboot-5344cc1a82fcc2817d4671696b3939b0dfa4323e.tar.gz talos-obmc-uboot-5344cc1a82fcc2817d4671696b3939b0dfa4323e.zip |
powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards
These boards are still non-generic boards.
It is a good thing that we can drop board-specific hack code
from drivers/mtd/nand/nand_base.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Cc: Andrea "llandre" Marson <andrea.marson@dave-tech.it>
Diffstat (limited to 'board/dave/PPChameleonEVB/MAINTAINERS')
-rw-r--r-- | board/dave/PPChameleonEVB/MAINTAINERS | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/board/dave/PPChameleonEVB/MAINTAINERS b/board/dave/PPChameleonEVB/MAINTAINERS deleted file mode 100644 index d43c6d03f2..0000000000 --- a/board/dave/PPChameleonEVB/MAINTAINERS +++ /dev/null @@ -1,20 +0,0 @@ -PPCHAMELEONEVB BOARD -#M: - -S: Maintained -F: board/dave/PPChameleonEVB/ -F: include/configs/CATcenter.h -F: configs/CATcenter_defconfig -F: configs/CATcenter_25_defconfig -F: configs/CATcenter_33_defconfig - -PPCHAMELEONEVB BOARD -M: Andrea "llandre" Marson <andrea.marson@dave-tech.it> -S: Maintained -F: include/configs/PPChameleonEVB.h -F: configs/PPChameleonEVB_defconfig -F: configs/PPChameleonEVB_BA_25_defconfig -F: configs/PPChameleonEVB_BA_33_defconfig -F: configs/PPChameleonEVB_HI_25_defconfig -F: configs/PPChameleonEVB_HI_33_defconfig -F: configs/PPChameleonEVB_ME_25_defconfig -F: configs/PPChameleonEVB_ME_33_defconfig |