diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-28 10:00:36 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-02 14:31:20 +0000 |
commit | 74e22b5ce7edc0f433e27685df7aea64b153214d (patch) | |
tree | d230c527fe5a2dd185b95f5cc60c8e22661eabc7 /src/arch/x86 | |
parent | 8970992f5e9b72745879c8d05ae98210a606dff9 (diff) | |
download | coreboot-74e22b5ce7edc0f433e27685df7aea64b153214d.tar.xz |
arch/x86/Kconfig: Remove unused BOOTBLOCK_RESETS
Change-Id: I792d271bdd2a93649bd9ca67c74b29fc5037542b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37964
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 212c9f9acc..1c55bdbf3c 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -166,9 +166,6 @@ config BOOTBLOCK_DEBUG_SPINLOOP Add a spin (JMP .) in bootblock_crt0.S during early bootblock to wait for a JTAG debugger to break into the execution sequence. -config BOOTBLOCK_RESETS - string - config HAVE_CMOS_DEFAULT def_bool n depends on HAVE_OPTION_TABLE |