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>
This commit is contained in:
parent
28a16d960c
commit
1b3462749b
|
@ -31,7 +31,6 @@ config VGA_BIOS_ID
|
|||
default "8086,5917"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -61,7 +61,6 @@ config UART_FOR_CONSOLE
|
|||
default 0
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config MAINBOARD_SUPPORTS_SKYLAKE_CPU
|
||||
|
|
|
@ -41,7 +41,6 @@ config CHROMEOS_WIFI_SAR
|
|||
select USE_SAR
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
|
|
|
@ -57,7 +57,6 @@ config MAINBOARD_FAMILY
|
|||
default "Google_Endeavour" if BOARD_GOOGLE_ENDEAVOUR
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -66,7 +66,6 @@ config DEVICETREE
|
|||
default "variants/baseboard/devicetree.cb"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config ROMSTAGE_SPD_CBFS
|
||||
|
|
|
@ -37,7 +37,6 @@ config CHROMEOS
|
|||
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DRIVER_TPM_I2C_BUS
|
||||
|
|
|
@ -23,7 +23,6 @@ config MAINBOARD_PART_NUMBER
|
|||
default "280 G2"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -50,7 +50,6 @@ config CBFS_SIZE
|
|||
default 0x600000 if BOARD_SIEMENS_BOXER26
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -31,7 +31,6 @@ config VGA_BIOS_ID
|
|||
default "8086,1916"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -48,7 +48,6 @@ config FMDFILE
|
|||
|
||||
# Deltalake is single socket server, the platform design has 1 DIMM per channel
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 6
|
||||
|
||||
config CONSOLE_POST
|
||||
|
|
|
@ -32,7 +32,6 @@ config MAINBOARD_VENDOR
|
|||
default "Protectli"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 1
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -26,7 +26,6 @@ config MAINBOARD_PART_NUMBER
|
|||
default "FW6"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -41,7 +41,6 @@ config CBFS_SIZE
|
|||
default 0x900000 if BOARD_PURISM_LIBREM_14
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -54,7 +54,6 @@ config INTEL_GMA_VBT_FILE
|
|||
default "src/mainboard/\$(MAINBOARDDIR)/data.vbt"
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 1
|
||||
|
||||
config DIMM_SPD_SIZE
|
||||
|
|
|
@ -56,7 +56,6 @@ config MAX_CPUS
|
|||
default 16
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_ID
|
||||
|
|
|
@ -53,7 +53,6 @@ config MAX_CPUS
|
|||
default 8
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
|
|
|
@ -57,7 +57,6 @@ config MAX_CPUS
|
|||
default 12
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config POST_DEVICE
|
||||
|
|
|
@ -54,7 +54,6 @@ config MAX_CPUS
|
|||
default 16
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_ID
|
||||
|
|
|
@ -67,7 +67,6 @@ config MAX_CPUS
|
|||
default 8
|
||||
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 2
|
||||
|
||||
config POST_DEVICE
|
||||
|
|
|
@ -105,7 +105,6 @@ config CPU_BCLK_MHZ
|
|||
# CPX-SP has 2 IMCs, 3 channels per IMC, 2 DIMMs per channel
|
||||
# Default value is set to one socket, full config.
|
||||
config DIMM_MAX
|
||||
int
|
||||
default 12
|
||||
|
||||
# DDR4
|
||||
|
|
Loading…
Reference in New Issue