mb/purism/librem13v2: Remove redundant MAINBOARD_VENDOR setting
Unlike Chromebooks, Purism laptops are only sold under one vendor name, so MAINBOARD_VENDOR only needs to be set in src/mainboard/purism/Kconfig. Change-Id: If0b33df01ff3327272d089b7efb8e64fa1233fdf Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/21591 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Youness Alaoui <snifikino@gmail.com>
This commit is contained in:
parent
d6815240bf
commit
cbe8c58e07
|
@ -14,10 +14,6 @@ config IRQ_SLOT_COUNT
|
|||
int
|
||||
default 18
|
||||
|
||||
config MAINBOARD_VENDOR
|
||||
string
|
||||
default "Purism"
|
||||
|
||||
config MAINBOARD_FAMILY
|
||||
string
|
||||
default "Librem 13"
|
||||
|
|
Loading…
Reference in New Issue