diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-05-22 10:26:35 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-06-12 17:23:43 -0500 |
commit | bef3013908bbc68f24084174a3ca86cc2a3eb986 (patch) | |
tree | b88bb97ae903e94ed160bff700064177abc6f333 /board/xes/common/Makefile | |
parent | 6442b71b522face775c1c31bd43121db3b4bf7d6 (diff) | |
download | u-boot-imx-bef3013908bbc68f24084174a3ca86cc2a3eb986.zip u-boot-imx-bef3013908bbc68f24084174a3ca86cc2a3eb986.tar.gz u-boot-imx-bef3013908bbc68f24084174a3ca86cc2a3eb986.tar.bz2 |
xes: Update Freescale PCI code to work with 86xx processors
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/xes/common/Makefile')
-rw-r--r-- | board/xes/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xes/common/Makefile b/board/xes/common/Makefile index e7620f4..87b8a02 100644 --- a/board/xes/common/Makefile +++ b/board/xes/common/Makefile @@ -29,7 +29,7 @@ endif LIB = $(obj)lib$(VENDOR).a -COBJS-$(CONFIG_FSL_PCI_INIT) += fsl_85xx_pci.o +COBJS-$(CONFIG_FSL_PCI_INIT) += fsl_8xxx_pci.o COBJS-$(CONFIG_MPC8572) += fsl_8572_clk.o COBJS-$(CONFIG_MPC85xx) += fsl_85xx_ddr.o COBJS-$(CONFIG_NAND_ACTL) += actl_nand.o |