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/mainboard/ti/beaglebone/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/ti/beaglebone/Kconfig') diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig index 57ed9bcf4d..3e94aa0ce9 100644 --- a/src/mainboard/ti/beaglebone/Kconfig +++ b/src/mainboard/ti/beaglebone/Kconfig @@ -23,7 +23,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select CPU_TI_AM335X select BOARD_ROMSIZE_KB_4096 - select MAINBOARD_HAS_BOOTBLOCK_INIT config MAINBOARD_DIR string -- cgit v1.2.3