diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-09 21:42:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-15 10:15:13 -0500 |
commit | 2dce44980154914ed4b868de61ea6c9afe6216ef (patch) | |
tree | fb09cc55b1b2fd55f73603e59c7775d07e0491ed /board/freescale/mpc8572ds/MAINTAINERS | |
parent | 23397775bc2b1ff35d4eee075ef53e16360859dc (diff) | |
download | u-boot-2dce44980154914ed4b868de61ea6c9afe6216ef.tar.gz |
ppc: Remove MPC8572DS board
This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI. The
deadline for this conversion was the v2019.07 release. The use of CONFIG_AHCI
requires CONFIG_DM. The deadline for this conversion was v2020.01. Remove
this board.
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/mpc8572ds/MAINTAINERS')
-rw-r--r-- | board/freescale/mpc8572ds/MAINTAINERS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/mpc8572ds/MAINTAINERS b/board/freescale/mpc8572ds/MAINTAINERS deleted file mode 100644 index d7e9b1f41f..0000000000 --- a/board/freescale/mpc8572ds/MAINTAINERS +++ /dev/null @@ -1,7 +0,0 @@ -MPC8572DS BOARD -M: Priyanka Jain <priyanka.jain@nxp.com> -S: Maintained -F: board/freescale/mpc8572ds/ -F: include/configs/MPC8572DS.h -F: configs/MPC8572DS_defconfig -F: configs/MPC8572DS_36BIT_defconfig |