From 374a382edcb9921b8a1ee4bcb03b261c8abb525b Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 19 May 2023 16:11:57 +0100 Subject: [PATCH] mainboard/starlabs/starbook: Unselect RESIZABLE_BARS It is not needed, so remove it. Signed-off-by: Sean Rhodes Change-Id: I606d0a76926e90e4ce321163400aa50ea961c2a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75342 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Lean Sheng Tan --- src/mainboard/starlabs/starbook/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index b49a86d4b3..3f6f17ec75 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -63,7 +63,6 @@ config BOARD_STARLABS_STARBOOK_ADL select SOC_INTEL_ALDERLAKE_PCH_P select SPI_FLASH_WINBOND select TPM_MEASURED_BOOT - select PCIEXP_SUPPORT_RESIZABLE_BARS if BOARD_STARLABS_STARBOOK_SERIES @@ -147,9 +146,6 @@ config EDK2_BOOTSPLASH_FILE string default "3rdparty/blobs/mainboard/starlabs/Logo.bmp" -config PCIEXP_DEFAULT_MAX_RESIZABLE_BAR_BITS - default 32 - config SOC_INTEL_CSE_SEND_EOP_EARLY default n if BOARD_STARLABS_STARBOOK_ADL