diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-10-24 13:58:30 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-26 14:12:06 +0000 |
commit | ea1e36694d67f0db613839f5a5a4c336d1711a13 (patch) | |
tree | ed34cefe027de9e699495a3dd49942a0daa4c912 /configs/config.intel_harcuvar | |
parent | 7203aa5c2dcb90e50356305cabbe062bd4f4dc76 (diff) |
coreboot_tables: Drop uart PCI addr
Only edk2 used this to fill in a different struct but even there the
entries go unused, so removing this struct element from coreboot has
no side effects.
Change-Id: Iadd2678c4e01d30471eac43017392d256adda341
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68767
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-by: Bill XIE <persmule@hardenedlinux.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'configs/config.intel_harcuvar')
-rw-r--r-- | configs/config.intel_harcuvar | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/config.intel_harcuvar b/configs/config.intel_harcuvar index 5c7de12cc0..347681737b 100644 --- a/configs/config.intel_harcuvar +++ b/configs/config.intel_harcuvar @@ -4,7 +4,6 @@ CONFIG_CBFS_SIZE=0x800000 CONFIG_BOARD_INTEL_HARCUVAR=y # CONFIG_DRIVERS_UART_8250IO is not set CONFIG_ENABLE_HSUART=y -CONFIG_UART_PCI_ADDR=0x8000d000 #Sample settings for Denverton-NS FSP. #CONFIG_ADD_FSP_BINARIES=y |