From 3655bcaec7731eb4de26f27db100d8ddc6dac55c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 30 Aug 2020 17:52:14 +0200 Subject: src: Drop redundant 'select BOOTBLOCK_CONSOLE' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BOOTBLOCK_CONSOLE is already set to yes in console/Kconfig file. Change-Id: I2a4ee517795bc7b378afc5eae92e2799ad36111b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/44928 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/soc/qualcomm/qcs405/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/qualcomm/qcs405') diff --git a/src/soc/qualcomm/qcs405/Kconfig b/src/soc/qualcomm/qcs405/Kconfig index 0dc96ba06a..bad62b236b 100644 --- a/src/soc/qualcomm/qcs405/Kconfig +++ b/src/soc/qualcomm/qcs405/Kconfig @@ -6,7 +6,6 @@ config SOC_QUALCOMM_QCS405 select ARCH_RAMSTAGE_ARMV8_64 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_VERSTAGE_ARMV8_64 - select BOOTBLOCK_CONSOLE select GENERIC_GPIO_LIB select ARM64_USE_ARCH_TIMER select HAVE_UART_SPECIAL -- cgit v1.2.3