summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorJames Yang <James.Yang@freescale.com>2008-08-26 15:01:27 -0500
committerWolfgang Denk <wd@denx.de>2008-08-27 02:05:53 +0200
commit0f2cbe3f5eddbdf3848265f35e4f714434929cff (patch)
treeb0d310ad0246afd183e6458c53f21d56368a3de9 /common/Makefile
parent285db74716c724ae8a0ff177878fd09a74428c7b (diff)
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>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 78110320e..944b1c08a 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -151,6 +151,7 @@ COBJS-y += cmd_mac.o
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)