summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-09-11 13:52:45 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-09-15 21:30:09 -0500
commit9f00409a9d04cf533305531da32437130802f3a3 (patch)
tree0f1d7791cc318282fcf78e46b637ea9aeadedb3d /cpu/mpc85xx/Makefile
parent0456dbf3475d0aec42873a967ac97ed81f376119 (diff)
downloadblackbird-obmc-uboot-9f00409a9d04cf533305531da32437130802f3a3.tar.gz
blackbird-obmc-uboot-9f00409a9d04cf533305531da32437130802f3a3.zip
ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
By pulling out cpu_init_early we can build just it and not all of cpu_init for NAND_SPL. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/Makefile')
-rw-r--r--cpu/mpc85xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc85xx/Makefile b/cpu/mpc85xx/Makefile
index a177f427ef..3ef00e8506 100644
--- a/cpu/mpc85xx/Makefile
+++ b/cpu/mpc85xx/Makefile
@@ -65,6 +65,7 @@ COBJS-$(CONFIG_CPM2) += serial_scc.o
COBJS = $(COBJS-y)
COBJS += cpu.o
COBJS += cpu_init.o
+COBJS += cpu_init_early.o
COBJS += interrupts.o
COBJS += speed.o
COBJS += tlb.o
OpenPOWER on IntegriCloud