mb/protectli/vault_[adl_p,bsw]/Kconfig: drop unneeded MAINBOARD_VENDOR

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 <felix-coreboot@felixheld.de>
Change-Id: Icfcbcec005fadb8eaf1b8f90e1d71b3c6ee32088
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83640
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Felix Held
2024-07-24 23:24:46 +02:00
parent b6e1007e27
commit b133b7ae23
2 changed files with 0 additions and 7 deletions

View File

@@ -23,9 +23,6 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "VP66XX"
config MAINBOARD_VENDOR
default "Protectli"
config MAINBOARD_FAMILY
default "Vault Pro"

View File

@@ -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