summaryrefslogtreecommitdiffstats
path: root/src/include/memory_info.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-11-14 17:51:00 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 15:48:04 +0000
commit28114ae71bd94c5db17073e1e9a96173331055be (patch)
tree6b716fce0c8b59dc40ddbf3d1d6e15211e70c793 /src/include/memory_info.h
parent0acb28a9c08d6bbb769e20f727469e701572cd3a (diff)
downloadcoreboot-28114ae71bd94c5db17073e1e9a96173331055be.tar.gz
coreboot-28114ae71bd94c5db17073e1e9a96173331055be.tar.bz2
coreboot-28114ae71bd94c5db17073e1e9a96173331055be.zip
SMBIOS: Remove duplicated smbios_memory_type enum
Change-Id: I49554d13f1b6371b85a58cc1263608ad9e99130e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29638 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Diffstat (limited to 'src/include/memory_info.h')
-rw-r--r--src/include/memory_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/memory_info.h b/src/include/memory_info.h
index 5976e319f870..93c7b6bfc977 100644
--- a/src/include/memory_info.h
+++ b/src/include/memory_info.h
@@ -36,7 +36,7 @@ struct dimm_info {
/*
* SMBIOS (not SPD) device type.
*
- * See the smbios.h smbios_memory_device_type enum.
+ * See the smbios.h smbios_memory_type enum.
*/
uint16_t ddr_type;
uint16_t ddr_frequency;