diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-30 09:56:25 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-03 00:10:33 +0000 |
commit | 28a16d960c31e853ded415ff9159e0dc409d2a90 (patch) | |
tree | 535f5c31b0bec261d0e875043bf888003376adca /src/mainboard/google | |
parent | 349f13071dbb5e3c5e6e5fdf72d5f7cf8b3e0cb7 (diff) |
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/google')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/dedede/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/deltaur/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/fizz/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/volteer/Kconfig | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 0ed4acd2d3..9f14b9c5c5 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -105,7 +105,6 @@ config VARIANT_DIR default "anahera" if BOARD_GOOGLE_ANAHERA config DIMM_SPD_SIZE - int default 512 config UART_FOR_CONSOLE diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index 3167055e93..980fe701cf 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -73,7 +73,6 @@ config DEVICETREE default "variants/baseboard/devicetree.cb" config DIMM_SPD_SIZE - int default 512 config FMDFILE diff --git a/src/mainboard/google/deltaur/Kconfig b/src/mainboard/google/deltaur/Kconfig index 7ed70ac462..644e4885aa 100644 --- a/src/mainboard/google/deltaur/Kconfig +++ b/src/mainboard/google/deltaur/Kconfig @@ -28,7 +28,6 @@ config CHROMEOS select GBB_FLAG_FORCE_DEV_BOOT_ALTFW config DIMM_SPD_SIZE - int default 512 config DEVICETREE diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index b7a6a620cd..4b9f5615a3 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -61,7 +61,6 @@ config DIMM_MAX default 2 config DIMM_SPD_SIZE - int default 512 config TPM_TIS_ACPI_INTERRUPT diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index 3425a1981c..4885e4c9d8 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -58,7 +58,6 @@ config CHROMEOS_WIFI_SAR select USE_SAR config DIMM_SPD_SIZE - int default 512 config DEVICETREE |