diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-09 21:42:54 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-15 10:16:21 -0500 |
commit | 865acad78f61c4bf1c8412aa511eb404cb6a3d4e (patch) | |
tree | 6bc9ae194879832bd365ea23f80321e31ed598aa /board/freescale/mpc8641hpcn/MAINTAINERS | |
parent | 41bacbe142024c6bb26e7ca233d6e845ba1f56ac (diff) | |
download | u-boot-865acad78f61c4bf1c8412aa511eb404cb6a3d4e.tar.gz |
ppc: Remove MPC8641HPCN 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/mpc8641hpcn/MAINTAINERS')
-rw-r--r-- | board/freescale/mpc8641hpcn/MAINTAINERS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/mpc8641hpcn/MAINTAINERS b/board/freescale/mpc8641hpcn/MAINTAINERS deleted file mode 100644 index c957218767..0000000000 --- a/board/freescale/mpc8641hpcn/MAINTAINERS +++ /dev/null @@ -1,7 +0,0 @@ -MPC8641HPCN BOARD -M: Priyanka Jain <priyanka.jain@nxp.com> -S: Maintained -F: board/freescale/mpc8641hpcn/ -F: include/configs/MPC8641HPCN.h -F: configs/MPC8641HPCN_defconfig -F: configs/MPC8641HPCN_36BIT_defconfig |