diff options
author | James Yang <James.Yang@freescale.com> | 2008-08-26 15:01:27 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-27 02:05:53 +0200 |
commit | 0f2cbe3f5eddbdf3848265f35e4f714434929cff (patch) | |
tree | b0d310ad0246afd183e6458c53f21d56368a3de9 /common/Makefile | |
parent | 285db74716c724ae8a0ff177878fd09a74428c7b (diff) | |
download | u-boot-imx-0f2cbe3f5eddbdf3848265f35e4f714434929cff.zip u-boot-imx-0f2cbe3f5eddbdf3848265f35e4f714434929cff.tar.gz u-boot-imx-0f2cbe3f5eddbdf3848265f35e4f714434929cff.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 7811032..944b1c0 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) |