From a6225fa0cfb54782ec4676343329f888128453a6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 19 May 2015 21:24:15 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/10253 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/arch/riscv/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch') 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 -- cgit v1.2.3