{soc,sb}/amd: Remove unused SOUTHBRIDGE_AMD_*_SKIP_ISA_DMA_INIT
Change-Id: Ic9bca9a56663926a153b93c298f69ba7d26f6e5e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29620 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
98485de881
commit
0acb28a9c0
|
@ -147,10 +147,6 @@ config HEAP_SIZE
|
|||
hex
|
||||
default 0xc0000
|
||||
|
||||
config SOUTHBRIDGE_AMD_STONEYRIDGE_SKIP_ISA_DMA_INIT
|
||||
bool
|
||||
default n
|
||||
|
||||
config EHCI_BAR
|
||||
hex
|
||||
default 0xfef00000
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue