From 44a46a1f041ad7101cfe3c2dcb94b1406bd4246b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 28 Jan 2017 13:12:09 +0100 Subject: device/dram: use global DIMM_SPD_SIZE Kconfig variable Also make sure that no board changes behaviour because of that by adding a static assert. TEST=abuild over all builds still succeeds (where it doesn't if DIMM_SPD_SIZE isn't set to 128 bytes for boards that use the device/dram code). Change-Id: Iddb962b16857ee859ddcf1b52d18da9b3be56449 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/18254 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/gizmosphere/gizmo2/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/gizmosphere/gizmo2/Kconfig') diff --git a/src/mainboard/gizmosphere/gizmo2/Kconfig b/src/mainboard/gizmosphere/gizmo2/Kconfig index 55beca6795..349f8279ac 100644 --- a/src/mainboard/gizmosphere/gizmo2/Kconfig +++ b/src/mainboard/gizmosphere/gizmo2/Kconfig @@ -61,4 +61,8 @@ config HUDSON_LEGACY_FREE bool default y +config DIMM_SPD_SIZE + int + default 128 + endif # BOARD_GIZMOSPHERE_GIZMO2 -- cgit v1.2.3