commit | 5b4da32e624a7dedae501692e601105e031c954f | [log] [tgz] |
---|---|---|
author | James Yang <James.Yang@freescale.com> | Tue Aug 26 15:01:27 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Aug 27 02:05:53 2008 +0200 |
tree | b0d310ad0246afd183e6458c53f21d56368a3de9 | |
parent | defe6ad30cec6cfe372c6936ab49b2ed2da2458e [diff] [blame] |
Add proper SPD definitions for DDR1/2/3 Also adds helper functions for DDR1/2 to verify the checksum. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/common/Makefile b/common/Makefile index 7811032..944b1c0 100644 --- a/common/Makefile +++ b/common/Makefile
@@ -151,6 +151,7 @@ COBJS-$(CONFIG_CMD_MFSL) += cmd_mfsl.o COBJS-$(CONFIG_MP) += cmd_mp.o COBJS-$(CONFIG_CMD_SF) += cmd_sf.o +COBJS-$(CONFIG_DDR_SPD) += ddr_spd.o COBJS := $(COBJS-y) SRCS := $(AOBJS:.o=.S) $(COBJS:.o=.c)