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:
parent
aabfe05bff
commit
9bca4ba078
|
@ -118,6 +118,7 @@ config VBOOT_BL31_INDEX
|
||||||
|
|
||||||
config VBOOT_DYNAMIC_WORK_BUFFER
|
config VBOOT_DYNAMIC_WORK_BUFFER
|
||||||
bool "Vboot's work buffer is dynamically allocated."
|
bool "Vboot's work buffer is dynamically allocated."
|
||||||
|
default y if ARCH_ROMSTAGE_X86_32
|
||||||
default n
|
default n
|
||||||
depends on VBOOT_VERIFY_FIRMWARE
|
depends on VBOOT_VERIFY_FIRMWARE
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue