diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-07-24 23:24:46 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-25 22:08:44 +0000 |
commit | b133b7ae2327b8c73e384998faf9f059c3d7a4af (patch) | |
tree | fce86acf15ec65544e806f5bfb116221e202b330 /src/mainboard/protectli/vault_bsw | |
parent | b6e1007e27d695985950b0284ea56680afab42e3 (diff) |
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>
Diffstat (limited to 'src/mainboard/protectli/vault_bsw')
-rw-r--r-- | src/mainboard/protectli/vault_bsw/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |