aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-30 17:52:14 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-02 07:16:42 +0000
commit3655bcaec7731eb4de26f27db100d8ddc6dac55c (patch)
tree6650f108aaf4e9254c13cb2c3dd257fc427b2ec5 /src/mainboard
parent53b0f14b70c342848a203587bc623ec2260a5ae5 (diff)
src: Drop redundant 'select BOOTBLOCK_CONSOLE'
BOOTBLOCK_CONSOLE is already set to yes in console/Kconfig file. Change-Id: I2a4ee517795bc7b378afc5eae92e2799ad36111b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44928 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/padmelon/Kconfig1
-rw-r--r--src/mainboard/emulation/qemu-aarch64/Kconfig1
-rw-r--r--src/mainboard/google/asurada/Kconfig1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/amd/padmelon/Kconfig b/src/mainboard/amd/padmelon/Kconfig
index cbbeb47ef8..894df574ea 100644
--- a/src/mainboard/amd/padmelon/Kconfig
+++ b/src/mainboard/amd/padmelon/Kconfig
@@ -12,7 +12,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select GFXUMA
select STONEYRIDGE_LEGACY_FREE
select ONBOARD_VGA_IS_PRIMARY
- select BOOTBLOCK_CONSOLE
select SUPERIO_FINTEK_F81803A
select SUPERIO_FINTEK_COMMON_PRE_RAM
select SUPERIO_FINTEK_FAN_CONTROL
diff --git a/src/mainboard/emulation/qemu-aarch64/Kconfig b/src/mainboard/emulation/qemu-aarch64/Kconfig
index 54141b4106..06a7ea82a0 100644
--- a/src/mainboard/emulation/qemu-aarch64/Kconfig
+++ b/src/mainboard/emulation/qemu-aarch64/Kconfig
@@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS
select ARCH_RAMSTAGE_ARMV8_64
select ARM64_USE_ARCH_TIMER
select BOARD_ROMSIZE_KB_4096
- select BOOTBLOCK_CONSOLE
select BOOTBLOCK_CUSTOM
select BOOT_DEVICE_NOT_SPI_FLASH
select DRIVERS_UART_PL011
diff --git a/src/mainboard/google/asurada/Kconfig b/src/mainboard/google/asurada/Kconfig
index f5ffb3ccf3..51e42a8742 100644
--- a/src/mainboard/google/asurada/Kconfig
+++ b/src/mainboard/google/asurada/Kconfig
@@ -12,7 +12,6 @@ config VBOOT
config BOARD_SPECIFIC_OPTIONS
def_bool y
- select BOOTBLOCK_CONSOLE
select SOC_MEDIATEK_MT8192
select BOARD_ROMSIZE_KB_8192
select MAINBOARD_HAS_CHROMEOS