mb/google/skyrim: move EC switch selection from ChromeOS to Vboot
This is a vboot feature, not a ChromeOS one, and unless selected by vboot, compilation will fail in the non-ChromeOS + vboot build case. TEST=build/boot skyrim w/vboot, w/o ChromeOS Change-Id: If9a5343907457bf3319f045262fdddf7eae2f1cb Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67995 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6cd5595bba
commit
7fd9fed908
|
@ -44,9 +44,6 @@ config BOARD_SPECIFIC_OPTIONS
|
||||||
select PCIEXP_COMMON_CLOCK
|
select PCIEXP_COMMON_CLOCK
|
||||||
select PCIEXP_L1_SUB_STATE
|
select PCIEXP_L1_SUB_STATE
|
||||||
|
|
||||||
config CHROMEOS
|
|
||||||
select EC_GOOGLE_CHROMEEC_SWITCHES
|
|
||||||
|
|
||||||
config DEVICETREE
|
config DEVICETREE
|
||||||
default "variants/baseboard/devicetree.cb"
|
default "variants/baseboard/devicetree.cb"
|
||||||
|
|
||||||
|
@ -84,6 +81,7 @@ config VARIANT_DIR
|
||||||
default "morthal" if BOARD_GOOGLE_MORTHAL
|
default "morthal" if BOARD_GOOGLE_MORTHAL
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
|
select EC_GOOGLE_CHROMEEC_SWITCHES
|
||||||
select VBOOT_LID_SWITCH
|
select VBOOT_LID_SWITCH
|
||||||
select VBOOT_SEPARATE_VERSTAGE
|
select VBOOT_SEPARATE_VERSTAGE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue