From 6aeb4a269c2ded6e6f72bf87da12b9295ef903f7 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 11 Jun 2013 17:00:11 +0300 Subject: AMD: Drop empty root_complex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/3434 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/northbridge/amd/amdk8/Kconfig | 2 -- src/northbridge/amd/amdk8/root_complex/Kconfig | 21 --------------------- 2 files changed, 23 deletions(-) delete mode 100644 src/northbridge/amd/amdk8/root_complex/Kconfig (limited to 'src/northbridge/amd/amdk8') diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index 75342324e0..2f3660bd0c 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -102,5 +102,3 @@ config IOMMU default y endif #NORTHBRIDGE_AMD_K8 - -source src/northbridge/amd/amdk8/root_complex/Kconfig diff --git a/src/northbridge/amd/amdk8/root_complex/Kconfig b/src/northbridge/amd/amdk8/root_complex/Kconfig deleted file mode 100644 index a3c5ed265e..0000000000 --- a/src/northbridge/amd/amdk8/root_complex/Kconfig +++ /dev/null @@ -1,21 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007-2009 coresystems GmbH -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -## - -config NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX - bool -- cgit v1.2.3