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/Makefile | |
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/Makefile')
-rw-r--r-- | board/freescale/mpc8641hpcn/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/freescale/mpc8641hpcn/Makefile b/board/freescale/mpc8641hpcn/Makefile deleted file mode 100644 index 86b87193dd..0000000000 --- a/board/freescale/mpc8641hpcn/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2001 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. - -obj-y += mpc8641hpcn.o -obj-y += law.o -obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o |