vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86

Change-Id: Iaadbd52d948000d1ed46865b83bdb0f4926ca429
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10677
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Stefan Reinauer 2015-06-26 17:34:56 -07:00 committed by Patrick Georgi
parent aabfe05bff
commit 9bca4ba078
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ config VBOOT_BL31_INDEX
config VBOOT_DYNAMIC_WORK_BUFFER
bool "Vboot's work buffer is dynamically allocated."
default y if ARCH_ROMSTAGE_X86_32
default n
depends on VBOOT_VERIFY_FIRMWARE
help