From 740d62c9fd4d90cb4a13931550d8f4c6b38adc37 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 19 Jan 2021 21:44:47 +0100 Subject: soc/amd/picasso/Kconfig: drop EHCI_BAR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49729 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Marshall Dawson --- src/soc/amd/picasso/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/amd/picasso/Kconfig') 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 -- cgit v1.2.3