diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-05-19 16:11:57 +0100 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-07-06 10:27:28 +0000 |
commit | 374a382edcb9921b8a1ee4bcb03b261c8abb525b (patch) | |
tree | b42c3e5959759e68a563838c21dce092169d78fd /src/mainboard/starlabs | |
parent | 9c28ab1d1af885e05465cc121d8ab33bd27c5119 (diff) |
mainboard/starlabs/starbook: Unselect RESIZABLE_BARS
It is not needed, so remove it.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I606d0a76926e90e4ce321163400aa50ea961c2a0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75342
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/starbook/Kconfig | 4 |
1 files changed, 0 insertions, 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 |