configs: add config.google_kevin_secdata_mock
This patch adds a BOARD_GOOGLE_KEVIN variant config that enables CONFIG_VBOOT_MOCK_SECDATA. This is to ensure that Jenkins will build the MOCK_SECDATA-specific code at least once, to be sure we don't accidentally break it during refactoring. Change-Id: Ib0ffaccdf4601d6bfb889ae289d1d7df18bed1fd Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37773 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Joel Kitching <kitching@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
413a742ad9
commit
26060bc7c8
|
@ -0,0 +1,5 @@
|
||||||
|
CONFIG_VENDOR_GOOGLE=y
|
||||||
|
CONFIG_BOARD_GOOGLE_KEVIN=y
|
||||||
|
CONFIG_CHROMEOS=y
|
||||||
|
CONFIG_VBOOT_MOCK_SECDATA=y
|
||||||
|
CONFIG_PAYLOAD_NONE=y
|
Loading…
Reference in New Issue