diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-30 10:00:31 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-03 00:11:02 +0000 |
commit | 1b3462749b064ea46859273ea4670bf6abe414c3 (patch) | |
tree | 7142bd182c2c0af80210b854cfccf21cf930faa3 /src/mainboard/google | |
parent | 28a16d960c31e853ded415ff9159e0dc409d2a90 (diff) |
src/*: Specify type of `DIMM_MAX` once
Specify the type of the `DIMM_MAX` Kconfig symbol once.
Change-Id: I2e86baaa8bd50c7b82c399fde5dcea05da6b4307
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57258
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/drallion/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/fizz/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/hatch/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/drallion/Kconfig b/src/mainboard/google/drallion/Kconfig index 55f203e3fc..060a75ada9 100644 --- a/src/mainboard/google/drallion/Kconfig +++ b/src/mainboard/google/drallion/Kconfig @@ -41,7 +41,6 @@ config CHROMEOS_WIFI_SAR select USE_SAR config DIMM_MAX - int default 2 config DRIVER_TPM_I2C_BUS diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig index 4b9f5615a3..cac3e4f225 100644 --- a/src/mainboard/google/fizz/Kconfig +++ b/src/mainboard/google/fizz/Kconfig @@ -57,7 +57,6 @@ config MAINBOARD_FAMILY default "Google_Endeavour" if BOARD_GOOGLE_ENDEAVOUR config DIMM_MAX - int default 2 config DIMM_SPD_SIZE diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index fb48433c4b..6fe44e0282 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -66,7 +66,6 @@ config DEVICETREE default "variants/baseboard/devicetree.cb" config DIMM_MAX - int default 2 config ROMSTAGE_SPD_CBFS diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index 383436ae71..6d3468540f 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -37,7 +37,6 @@ config CHROMEOS select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC config DIMM_MAX - int default 2 config DRIVER_TPM_I2C_BUS |