From 342535cc589d7cf16db230e41f26e456f3c3599a 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 MAINBOARD_HAS_BOOTBLOCK_INIT is only declared once and selected elsewhere (with no overlap), and never read. Remove it. Change-Id: Ica1f16182b556dbf4a3b747237af74bcc4c0608c Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10254 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 f87d8d22d6..9618c63577 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -24,7 +24,3 @@ config ARCH_RAMSTAGE_RISCV config RISCV_BOOTBLOCK_CUSTOM bool default n - -config MAINBOARD_HAS_BOOTBLOCK_INIT - bool - default n -- cgit v1.2.3