diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-10-22 21:18:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:34:59 +0000 |
commit | ca64305152df777b6d53834c0d13b11636e9919a (patch) | |
tree | ab4e46f0f3cc0e37372e24884c34efc6be25ff40 | |
parent | 41f826a4982cd0e6039d6ebc8f511df78e3aa73a (diff) |
nb/intel/gm45: Build test with VBOOT
Change-Id: I21d20d7c575833ace02b4b8ed9d5c82750b331c7
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36238
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | configs/config.lenovo_t400_vboot_and_debug (renamed from configs/config.lenovo_t400_all_debug_and_option_table) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.lenovo_t400_all_debug_and_option_table b/configs/config.lenovo_t400_vboot_and_debug index dc407478c7..5a1add6788 100644 --- a/configs/config.lenovo_t400_all_debug_and_option_table +++ b/configs/config.lenovo_t400_vboot_and_debug @@ -11,3 +11,5 @@ CONFIG_DEBUG_MALLOC=y CONFIG_DEBUG_ACPI=y CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y +CONFIG_H8_FN_KEY_AS_VBOOT_RECOVERY_SW=y +CONFIG_VBOOT=y |