From 6afd3c1ceaba3a99ae4add821934ce6d04faa95d Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 12 Jan 2021 09:33:21 +0100 Subject: mb/google/octopus/Kconfig: Remove space saving options Commit 28e61f1634 "device: Use __pci_0_00_0_config in config_of_soc()" significantly reduced the size of the bootblock. This makes the space saving options, required to make to bootblock fit in the 32K SOC limit, unnecessary. TESTED: with configs/config.google_octopus_spi_flash_console the .text size is 0x29c8 bytes which is still well below the 0x8000 SOC limit. Change-Id: I208211d30cc2805113a16a02cdab957b8c584c92 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/49345 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Paul Menzel Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/octopus/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 3bdc63b60f..88e37badf6 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -21,8 +21,6 @@ config BOARD_GOOGLE_BASEBOARD_OCTOPUS select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_TPM2 select NO_BOOTBLOCK_CONSOLE - select NO_CBFS_MCACHE - select NO_FMAP_CACHE select SOC_ESPI select SOC_INTEL_GEMINILAKE select SPI_TPM -- cgit v1.2.3