mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
9bd4e5911b
commit
b5710d9974
2 changed files with 0 additions and 1352 deletions
|
@ -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))
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue