From b133b7ae2327b8c73e384998faf9f059c3d7a4af Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 24 Jul 2024 23:24:46 +0200 Subject: [PATCH] mb/protectli/vault_[adl_p,bsw]/Kconfig: drop unneeded MAINBOARD_VENDOR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MAINBOARD_VENDOR is already provided by the Kconfig file on the vendor level, so there's no need to redefine it to the same value at the mainboard level. Signed-off-by: Felix Held Change-Id: Icfcbcec005fadb8eaf1b8f90e1d71b3c6ee32088 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83640 Reviewed-by: Michał Żygowski Reviewed-by: Paul Menzel Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/protectli/vault_adl_p/Kconfig | 3 --- src/mainboard/protectli/vault_bsw/Kconfig | 4 ---- 2 files changed, 7 deletions(-) diff --git a/src/mainboard/protectli/vault_adl_p/Kconfig b/src/mainboard/protectli/vault_adl_p/Kconfig index 51fb7c5b91..b7578ab91b 100644 --- a/src/mainboard/protectli/vault_adl_p/Kconfig +++ b/src/mainboard/protectli/vault_adl_p/Kconfig @@ -23,9 +23,6 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER default "VP66XX" -config MAINBOARD_VENDOR - default "Protectli" - config MAINBOARD_FAMILY default "Vault Pro" diff --git a/src/mainboard/protectli/vault_bsw/Kconfig b/src/mainboard/protectli/vault_bsw/Kconfig index 9bbb1b9d5f..8650b57a66 100644 --- a/src/mainboard/protectli/vault_bsw/Kconfig +++ b/src/mainboard/protectli/vault_bsw/Kconfig @@ -29,10 +29,6 @@ config MAINBOARD_PART_NUMBER default "FW2B" if BOARD_PROTECTLI_FW2B default "FW4B" if BOARD_PROTECTLI_FW4B -config MAINBOARD_VENDOR - string - default "Protectli" - config DIMM_MAX default 1