mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
ed7fe2bee1
These boards have not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove them. As this includes the last ARCH_MPC8572 platform, remove that as well. Cc: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Peter Tyser <ptyser@xes-inc.com>
11 lines
385 B
Makefile
11 lines
385 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-$(CONFIG_FSL_PCI_INIT) += fsl_8xxx_pci.o
|
|
obj-$(CONFIG_MPC86xx) += fsl_8xxx_clk.o
|
|
obj-$(CONFIG_ARCH_P2020) += fsl_8xxx_clk.o
|
|
obj-$(CONFIG_MPC85xx) += fsl_8xxx_misc.o board.o
|
|
obj-$(CONFIG_MPC86xx) += fsl_8xxx_misc.o board.o
|
|
obj-$(CONFIG_NAND_ACTL) += actl_nand.o
|