aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-30 22:38:25 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-05-07 08:47:55 +0000
commit305ee06933292d7520292ee0a1910f9062e96298 (patch)
treef446a8ab80fdcc88f85fc933e88b0ae22b03165f /tests
parent9580e7fba87f3e933c2fc1a654ecfcde9c8376f1 (diff)
spd.h: Move enum ddr5_module_type to ddr5.h
Move specific enum ddr5_module_type to <device/dram/ddr5.h>. Change-Id: Ie38d1e99fa46c278e60ced2d3eef29ca823d4b1d Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub Czapiga <czapiga@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/dimm_info_util-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/dimm_info_util-test.c b/tests/lib/dimm_info_util-test.c
index 43fe6c97f3..3d11416c8a 100644
--- a/tests/lib/dimm_info_util-test.c
+++ b/tests/lib/dimm_info_util-test.c
@@ -2,6 +2,7 @@
#include <device/dram/ddr2.h>
#include <device/dram/ddr3.h>
+#include <device/dram/ddr5.h>
#include <dimm_info_util.h>
#include <spd.h>
#include <tests/test.h>