提交 b5710d99 编写于 作者: K Kumar Gala 提交者: Wolfgang Denk

FSL DDR: Remove old SPD support from cpu/mpc86xx

All 86xx boards have been converted to the new code so we can
remove the old SPD DDR setup code.
Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
上级 9bd4e591
......@@ -39,15 +39,9 @@ COBJS-y += interrupts.o
COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
ifeq ($(CONFIG_FSL_DDR2),y)
COBJS-$(CONFIG_MPC8641) += ddr-8641.o
# 8610 & 8641 are identical w/regards to DDR
COBJS-$(CONFIG_MPC8610) += ddr-8641.o
endif
ifneq ($(CONFIG_FSL_DDR2),y)
COBJS-y += spd_sdram.o
endif
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS-y))
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册