summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc')
-rw-r--r--src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc b/src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc
index 052461fc30..026b541dfb 100644
--- a/src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc
+++ b/src/mainboard/intel/cannonlake_rvp/spd/Makefile.inc
@@ -19,10 +19,10 @@ romstage-y += spd_util.c
SPD_BIN = $(obj)/spd.bin
SPD_SOURCES = empty # 0b000
-SPD_SOURCES += samsung_ddr4_4GB # 1b001 Dual Channel 4GB
-SPD_SOURCES += samsung_lpddr4_8GB # 2b001 Dual Channel 8GB
-SPD_SOURCES += empty # 3b011
-SPD_SOURCES += empty # 4b100
-SPD_SOURCES += empty # 5b101
-SPD_SOURCES += empty # 6b110
-SPD_SOURCES += empty # 7b111
+SPD_SOURCES += samsung_ddr4_4GB # 0b001 Dual Channel 4GB
+SPD_SOURCES += samsung_lpddr4_8GB # 0b001 Dual Channel 8GB
+SPD_SOURCES += empty # 0b011
+SPD_SOURCES += empty # 0b100
+SPD_SOURCES += empty # 0b101
+SPD_SOURCES += empty # 0b110
+SPD_SOURCES += empty # 0b111