diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 22:24:34 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-25 22:24:34 -0400 |
commit | 1362dbd142b804d1264bc6e0c516347727193f76 (patch) | |
tree | 476d66939a03d48aa47225a5297b5f899416d6b4 /projects/coreboot/configs | |
parent | be30551acdc5de6ae25b9cd179169dce28aec2de (diff) | |
download | librebootfr-1362dbd142b804d1264bc6e0c516347727193f76.tar.gz librebootfr-1362dbd142b804d1264bc6e0c516347727193f76.zip |
Enable additional options in Nyan Big config
Options updated (with new values):
CONFIG_VBOOT_FWID_VERSION="$(KERNELVERSION)"
CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y
CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y
Diffstat (limited to 'projects/coreboot/configs')
-rw-r--r-- | projects/coreboot/configs/nyan/big/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/coreboot/configs/nyan/big/config b/projects/coreboot/configs/nyan/big/config index deb2f000..30dcf410 100644 --- a/projects/coreboot/configs/nyan/big/config +++ b/projects/coreboot/configs/nyan/big/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 @@ -586,8 +586,8 @@ CONFIG_VBOOT_FWID_VERSION=".$(KERNELVERSION)" CONFIG_GBB_BMPFV_FILE="" # CONFIG_GBB_FLAG_DEV_SCREEN_SHORT_DELAY is not set # CONFIG_GBB_FLAG_LOAD_OPTION_ROMS is not set -# CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS is not set -# CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON is not set +CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y +CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y CONFIG_GBB_FLAG_FORCE_DEV_BOOT_USB=y CONFIG_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK=y # CONFIG_GBB_FLAG_ENTER_TRIGGERS_TONORM is not set |