summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gizmosphere
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-08-30 09:56:25 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-03 00:10:33 +0000
commit28a16d960c31e853ded415ff9159e0dc409d2a90 (patch)
tree535f5c31b0bec261d0e875043bf888003376adca /src/mainboard/gizmosphere
parent349f13071dbb5e3c5e6e5fdf72d5f7cf8b3e0cb7 (diff)
downloadcoreboot-28a16d960c31e853ded415ff9159e0dc409d2a90.tar.gz
coreboot-28a16d960c31e853ded415ff9159e0dc409d2a90.tar.bz2
coreboot-28a16d960c31e853ded415ff9159e0dc409d2a90.zip
src/*: Specify type of `DIMM_SPD_SIZE` once
Specify the type of the `DIMM_SPD_SIZE` Kconfig symbol once. Change-Id: I619833dbce6d2dbe414ed9b37f43196b4b52730e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57257 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/gizmosphere')
-rw-r--r--src/mainboard/gizmosphere/gizmo/Kconfig1
-rw-r--r--src/mainboard/gizmosphere/gizmo2/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/Kconfig b/src/mainboard/gizmosphere/gizmo/Kconfig
index 7b62adfa2e30..b70b7f3ca170 100644
--- a/src/mainboard/gizmosphere/gizmo/Kconfig
+++ b/src/mainboard/gizmosphere/gizmo/Kconfig
@@ -46,7 +46,6 @@ config SB800_AHCI_ROM
default n
config DIMM_SPD_SIZE
- int
default 128
endif # BOARD_GIZMOSPHERE_GIZMO
diff --git a/src/mainboard/gizmosphere/gizmo2/Kconfig b/src/mainboard/gizmosphere/gizmo2/Kconfig
index 21ef1b690a54..9a0cd3c8c4c3 100644
--- a/src/mainboard/gizmosphere/gizmo2/Kconfig
+++ b/src/mainboard/gizmosphere/gizmo2/Kconfig
@@ -44,7 +44,6 @@ config HUDSON_LEGACY_FREE
default y
config DIMM_SPD_SIZE
- int
default 128
endif # BOARD_GIZMOSPHERE_GIZMO2