summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2013-06-26 18:33:40 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-27 08:38:04 +0200
commite06aa069652c99f5951f2e89a3af952aa484a3bc (patch)
treec258eedae2efacc1df1143d1bf10cccfed2c639b /common/Makefile
parent9bd04c9adb6f0adaf408773d114d0f183e8f6943 (diff)
downloadbarebox-e06aa069652c99f5951f2e89a3af952aa484a3bc.tar.gz
barebox-e06aa069652c99f5951f2e89a3af952aa484a3bc.tar.xz
common: DDR2 SPD checksum.
The code calculates the DDR2 SPD checksum as per JEDEC standard No 21-C Appendix X (revision 1.2) The code is based on the equivalent files from U-Boot version git-a71d45d. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 2f0bd34569..fc23421c3d 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_CMD_LOADS) += s_record.o
obj-$(CONFIG_OFTREE) += oftree.o
obj-y += memory.o
+obj-$(CONFIG_DDR_SPD) += ddr_spd.o
obj-y += memory_display.o
obj-$(CONFIG_MALLOC_DLMALLOC) += dlmalloc.o
obj-$(CONFIG_MALLOC_TLSF) += tlsf_malloc.o