aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2017-01-28 13:12:09 +0100
committerPatrick Georgi <pgeorgi@google.com>2017-02-10 17:57:15 +0100
commit44a46a1f041ad7101cfe3c2dcb94b1406bd4246b (patch)
tree3a33fa261fad718106ff8853a958f989ed2f3209 /src/mainboard/gizmosphere/gizmo
parentd09dc6b442415d3dd0753483e4d4d72ce26ce56e (diff)
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 <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/18254 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo')
-rw-r--r--src/mainboard/gizmosphere/gizmo/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/Kconfig b/src/mainboard/gizmosphere/gizmo/Kconfig
index 0c78f7900c..81090193bd 100644
--- a/src/mainboard/gizmosphere/gizmo/Kconfig
+++ b/src/mainboard/gizmosphere/gizmo/Kconfig
@@ -70,4 +70,8 @@ config SB800_AHCI_ROM
bool
default n
+config DIMM_SPD_SIZE
+ int
+ default 128
+
endif # BOARD_GIZMOSPHERE_GIZMO