summaryrefslogtreecommitdiff
path: root/cpu/mpc8xxx/Makefile
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-09-02 14:10:36 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2009-09-08 14:10:08 (GMT)
commitf8027f6b4789e3340f10620d8fb6113b95b88d9c (patch)
tree7a6cd3030bb8f18275c387c0953206d5757835fc /cpu/mpc8xxx/Makefile
parent58442dc01e47cc8ce42af4f29486a34cad60b9d2 (diff)
downloadu-boot-fsl-qoriq-f8027f6b4789e3340f10620d8fb6113b95b88d9c.tar.xz
ppc/85xx/86xx: Device tree fixup for number of cores
Fixing the number of cores in the device tree based on the actual number of cores on the system. With this same device tree image can be used for dual core and single core members of otherwise exactly same SOC. For example: * P2020RDB and P2010RDB * P1020RDB and P1011RDB * MPC8641D and MPC8641 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc8xxx/Makefile')
-rw-r--r--cpu/mpc8xxx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc8xxx/Makefile b/cpu/mpc8xxx/Makefile
index 5cb6814..481f9e5 100644
--- a/cpu/mpc8xxx/Makefile
+++ b/cpu/mpc8xxx/Makefile
@@ -11,6 +11,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib8xxx.a
COBJS-y += cpu.o
+COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
COBJS-$(CONFIG_PCI) += pci_cfg.o
SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)