diff options
Diffstat (limited to 'projects/coreboot/configs/veyron')
-rw-r--r-- | projects/coreboot/configs/veyron/jerry/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/coreboot/configs/veyron/jerry/config b/projects/coreboot/configs/veyron/jerry/config index 6385cc17..9393e7de 100644 --- a/projects/coreboot/configs/veyron/jerry/config +++ b/projects/coreboot/configs/veyron/jerry/config @@ -15,7 +15,7 @@ CONFIG_COMPILER_GCC=y # CONFIG_CCACHE is not set # CONFIG_FMD_GENPARSER is not set # CONFIG_UTIL_GENPARSER is not set -# CONFIG_COMPRESS_RAMSTAGE is not set +CONFIG_COMPRESS_RAMSTAGE=y CONFIG_COMPRESS_PRERAM_STAGES=y CONFIG_INCLUDE_CONFIG_FILE=y CONFIG_COLLECT_TIMESTAMPS=y @@ -574,7 +574,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 @@ -589,7 +589,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 |