From 0acb28a9c08d6bbb769e20f727469e701572cd3a Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 13 Nov 2018 08:53:49 +0100 Subject: {soc,sb}/amd: Remove unused SOUTHBRIDGE_AMD_*_SKIP_ISA_DMA_INIT Change-Id: Ic9bca9a56663926a153b93c298f69ba7d26f6e5e Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29620 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/southbridge/amd/agesa/hudson/Kconfig | 4 ---- src/southbridge/amd/pi/hudson/Kconfig | 4 ---- src/southbridge/amd/sb800/Kconfig | 4 ---- 3 files changed, 12 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig index 4f769fb1a5..65831b0bbf 100644 --- a/src/southbridge/amd/agesa/hudson/Kconfig +++ b/src/southbridge/amd/agesa/hudson/Kconfig @@ -35,10 +35,6 @@ config BOOTBLOCK_SOUTHBRIDGE_INIT string default "southbridge/amd/agesa/hudson/bootblock.c" -config SOUTHBRIDGE_AMD_HUDSON_SKIP_ISA_DMA_INIT - bool - default n - config EHCI_BAR hex default 0xfef00000 diff --git a/src/southbridge/amd/pi/hudson/Kconfig b/src/southbridge/amd/pi/hudson/Kconfig index 9d803beea3..a30dacd9c8 100644 --- a/src/southbridge/amd/pi/hudson/Kconfig +++ b/src/southbridge/amd/pi/hudson/Kconfig @@ -38,10 +38,6 @@ config BOOTBLOCK_SOUTHBRIDGE_INIT string default "southbridge/amd/pi/hudson/bootblock.c" -config SOUTHBRIDGE_AMD_HUDSON_SKIP_ISA_DMA_INIT - bool - default n - config EHCI_BAR hex default 0xfef00000 diff --git a/src/southbridge/amd/sb800/Kconfig b/src/southbridge/amd/sb800/Kconfig index d66469a490..245a9f2272 100644 --- a/src/southbridge/amd/sb800/Kconfig +++ b/src/southbridge/amd/sb800/Kconfig @@ -24,10 +24,6 @@ config BOOTBLOCK_SOUTHBRIDGE_INIT string default "southbridge/amd/sb800/bootblock.c" -config SOUTHBRIDGE_AMD_SB800_SKIP_ISA_DMA_INIT - bool - default n - config EHCI_BAR hex default 0xfef00000 -- cgit v1.2.3