diff options
Diffstat (limited to 'projects/coreboot/configs')
-rw-r--r-- | projects/coreboot/configs/nyan/blaze/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/coreboot/configs/nyan/blaze/config b/projects/coreboot/configs/nyan/blaze/config index e376a273..b96bb503 100644 --- a/projects/coreboot/configs/nyan/blaze/config +++ b/projects/coreboot/configs/nyan/blaze/config @@ -578,7 +578,7 @@ CONFIG_VBOOT_EC_SOFTWARE_SYNC=y # CONFIG_VBOOT_PHYSICAL_REC_SWITCH is not set # CONFIG_VBOOT_LID_SWITCH is not set # CONFIG_VBOOT_WIPEOUT_SUPPORTED is not set -CONFIG_VBOOT_FWID_VERSION=".$(KERNELVERSION)" +CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)" # # GBB configuration @@ -593,7 +593,7 @@ CONFIG_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK=y # CONFIG_GBB_FLAG_ENTER_TRIGGERS_TONORM is not set # CONFIG_GBB_FLAG_FORCE_DEV_BOOT_LEGACY is not set # CONFIG_GBB_FLAG_FAFT_KEY_OVERIDE is not set -CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC=y +# CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set # CONFIG_GBB_FLAG_DEFAULT_DEV_BOOT_LEGACY is not set # CONFIG_GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC is not set # CONFIG_GBB_FLAG_DISABLE_LID_SHUTDOWN is not set |