HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36509 )
Change subject: arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP ......................................................................
arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
Change-Id: I199a4b7771192abf7e7489e84db43b04776dd7b2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/arch/x86/Kconfig 1 file changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/36509/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 502e774..eb28960 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -169,15 +169,6 @@ config BOOTBLOCK_RESETS string
-config BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP - bool - default n - help - Select this value to provide a routine to save the BIST and timestamp - values. The default code places the BIST value in MM0 and the - timestamp value in MM2:MM1. Another file is necessary when the CPU - does not support the MMx register set. - config HAVE_CMOS_DEFAULT def_bool n depends on HAVE_OPTION_TABLE