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/clevo | |
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/clevo')
-rw-r--r-- | src/mainboard/clevo/cml-u/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/clevo/kbl-u/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig index 0452bc15fa..274db95836 100644 --- a/src/mainboard/clevo/cml-u/Kconfig +++ b/src/mainboard/clevo/cml-u/Kconfig @@ -54,7 +54,6 @@ config MAX_CPUS default 8 if BOARD_CLEVO_L140CU_BASE config DIMM_MAX - int default 2 if BOARD_CLEVO_L140CU_BASE config VGA_BIOS_ID diff --git a/src/mainboard/clevo/kbl-u/Kconfig b/src/mainboard/clevo/kbl-u/Kconfig index f3844beee9..b5e45aafba 100644 --- a/src/mainboard/clevo/kbl-u/Kconfig +++ b/src/mainboard/clevo/kbl-u/Kconfig @@ -53,7 +53,6 @@ config FMDFILE # default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/fmds/vboot-roab.fmd" if VBOOT_SLOTS_RW_AB config DIMM_MAX - int default 2 config DIMM_SPD_SIZE |