summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-31 16:07:53 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-04 11:31:04 +0000
commitf91c0f993544867613b15e9bd00fdc0556378e2e (patch)
tree21e8e242de7e36184492d59fb46e3d7eabe2fbae /src/arch
parent944fdc477140d874c1c674954044c0c2b540abb2 (diff)
downloadcoreboot-f91c0f993544867613b15e9bd00fdc0556378e2e.tar.xz
arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP
Change-Id: I199a4b7771192abf7e7489e84db43b04776dd7b2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36509 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 8ce5977fdb..171b408da2 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -170,15 +170,6 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
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