AMD: Drop empty root_complex
There are no files to build left under AMD nortbridge/x/root_complex directories. For some cases, even the Kconfig file was no longer sourced. Remove all such references and empty files. For devicetree.cb treat component paths with "/root_complex" in them valid even when the directory does not exists. This is because AMD boards us this dummy chip component as the root node in their devicetree.cb. The generated devicetree file static.c remains unchanged. Change-Id: I9278ebb50a83cebbf149b06afb5669899a8e4d0b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3434 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
committed by
Marc Jones
parent
ef561a5582
commit
6aeb4a269c
@@ -23,7 +23,6 @@ config NORTHBRIDGE_AMD_AMDFAM10
|
||||
select HAVE_DEBUG_SMBUS
|
||||
select HAVE_DEBUG_CAR
|
||||
select HYPERTRANSPORT_PLUGIN_SUPPORT
|
||||
select NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
|
||||
select MMCONF_SUPPORT
|
||||
|
||||
if NORTHBRIDGE_AMD_AMDFAM10
|
||||
@@ -119,5 +118,3 @@ config SVI_HIGH_FREQ
|
||||
at 3.4 MHz in SVI mode. Ignored unless the AMD CPU is rev C3.
|
||||
|
||||
endif # NORTHBRIDGE_AMD_AMDFAM10
|
||||
|
||||
source src/northbridge/amd/amdfam10/root_complex/Kconfig
|
||||
|
Reference in New Issue
Block a user