diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-01-19 21:44:47 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-20 22:00:11 +0000 |
commit | 740d62c9fd4d90cb4a13931550d8f4c6b38adc37 (patch) | |
tree | fbdaba5ad88feedaada0d6a0261627f28feb0812 /src/soc | |
parent | 7dc74b2f6e2057cc3763bd96812fff107f5358d8 (diff) | |
download | coreboot-740d62c9fd4d90cb4a13931550d8f4c6b38adc37.tar.xz |
soc/amd/picasso/Kconfig: drop EHCI_BAR
Picasso doesn't have any EHCI controllers, so it can't support EHCI
debug, so there is no need to specify a MMIO address for the early EHCI
BAR configuration.
Change-Id: I5e904c160c68805a8606a8b2d1ab4fb6172066e7
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49729
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 2a5574877a..da3903bfbd 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -240,10 +240,6 @@ config HEAP_SIZE hex default 0xc0000 -config EHCI_BAR - hex - default 0xfef00000 - config PICASSO_FCH_IOAPIC_ID hex default 0x8 |