diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 22:32:32 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 22:32:32 -0400 |
commit | 369523a50bdf119f49c5cf2aec472be1153c4e18 (patch) | |
tree | 29efc71a48539923574c936af7123f6ed131f7d0 /projects/coreboot | |
parent | 49eaf9e2492bb0c614eb467cf7ce962515b209a6 (diff) | |
download | librebootfr-369523a50bdf119f49c5cf2aec472be1153c4e18.tar.gz librebootfr-369523a50bdf119f49c5cf2aec472be1153c4e18.zip |
Enable additional options in Nyan Blaze config
Options updated (with new values):
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
# CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC is not set
Diffstat (limited to 'projects/coreboot')
-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 |