diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-05-19 21:24:15 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-05-19 22:07:59 +0200 |
commit | a6225fa0cfb54782ec4676343329f888128453a6 (patch) | |
tree | 3e1afb0020028211c9196f4f8e5faec4637bcdfc /src/arch/riscv | |
parent | da3a146caea1e85c9651a7f5889ad2a547d6f5e7 (diff) | |
download | coreboot-a6225fa0cfb54782ec4676343329f888128453a6.tar.xz |
Remove Kconfig variable that has no effect
CPU_HAS_BOOTBLOCK_INIT is only declared once and selected elsewhere
(with no overlap), and never read. Remove it.
Change-Id: I3f294b0724a87876a7e2f274e6933fe10321a69d
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10253
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/arch/riscv')
-rw-r--r-- | src/arch/riscv/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index 5d7b5c269b..f87d8d22d6 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -25,10 +25,6 @@ config RISCV_BOOTBLOCK_CUSTOM bool default n -config CPU_HAS_BOOTBLOCK_INIT - bool - default n - config MAINBOARD_HAS_BOOTBLOCK_INIT bool default n |