diff options
Diffstat (limited to 'src/include/device/dram/ddr5.h')
-rw-r--r-- | src/include/device/dram/ddr5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/device/dram/ddr5.h b/src/include/device/dram/ddr5.h index a509126371..ff1604a808 100644 --- a/src/include/device/dram/ddr5.h +++ b/src/include/device/dram/ddr5.h @@ -12,6 +12,9 @@ #include <device/dram/common.h> #include <types.h> +/** Maximum SPD size supported */ +#define SPD_SIZE_MAX_DDR5 1024 + /** * Converts DDR5 clock speed in MHz to the standard reported speed in MT/s */ |