diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-06-11 17:00:11 +0300 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2013-06-24 17:22:44 +0200 |
commit | 6aeb4a269c2ded6e6f72bf87da12b9295ef903f7 (patch) | |
tree | 053e42ac6389de837492bb531b1da93b52e06cef /src/northbridge/amd/agesa/family15 | |
parent | ef561a5582963b21d098e671cfb83ac7bb4819a1 (diff) |
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>
Diffstat (limited to 'src/northbridge/amd/agesa/family15')
-rw-r--r-- | src/northbridge/amd/agesa/family15/Kconfig | 3 | ||||
-rw-r--r-- | src/northbridge/amd/agesa/family15/root_complex/Kconfig | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/northbridge/amd/agesa/family15/Kconfig b/src/northbridge/amd/agesa/family15/Kconfig index 92de9ba28d..17eef08116 100644 --- a/src/northbridge/amd/agesa/family15/Kconfig +++ b/src/northbridge/amd/agesa/family15/Kconfig @@ -23,7 +23,6 @@ config NORTHBRIDGE_AMD_AGESA_FAMILY15 select HAVE_DEBUG_SMBUS select HYPERTRANSPORT_PLUGIN_SUPPORT select MMCONF_SUPPORT - select NORTHBRIDGE_AMD_AGESA_FAMILY15_ROOT_COMPLEX if NORTHBRIDGE_AMD_AGESA_FAMILY15 config HT3_SUPPORT @@ -42,5 +41,3 @@ config MMCONF_BUS_NUMBER int default 64 endif #NORTHBRIDGE_AMD_AGESA_FAMILY15 - -source "src/northbridge/amd/agesa/family15/root_complex/Kconfig" diff --git a/src/northbridge/amd/agesa/family15/root_complex/Kconfig b/src/northbridge/amd/agesa/family15/root_complex/Kconfig deleted file mode 100644 index 032b836d91..0000000000 --- a/src/northbridge/amd/agesa/family15/root_complex/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -config NORTHBRIDGE_AMD_AGESA_FAMILY15_ROOT_COMPLEX - bool |