diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-30 22:38:25 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-05-07 08:47:55 +0000 |
commit | 305ee06933292d7520292ee0a1910f9062e96298 (patch) | |
tree | f446a8ab80fdcc88f85fc933e88b0ae22b03165f /src/device | |
parent | 9580e7fba87f3e933c2fc1a654ecfcde9c8376f1 (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 'src/device')
-rw-r--r-- | src/device/dram/spd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/dram/spd.c b/src/device/dram/spd.c index 4a1e882543..c4ccfee0ba 100644 --- a/src/device/dram/spd.c +++ b/src/device/dram/spd.c @@ -2,6 +2,7 @@ #include <device/dram/ddr2.h> #include <device/dram/ddr3.h> +#include <device/dram/ddr5.h> #include <device/dram/spd.h> #include <spd.h> #include <stddef.h> |