Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should
be used unconditionally, and the names don't hurt. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4042 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
77cf00850f
commit
3081bdfa44
@@ -17,15 +17,12 @@
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
uses CONFIG_CHIP_NAME
|
||||
uses AGP_APERTURE_SIZE
|
||||
uses HAVE_ACPI_TABLES
|
||||
|
||||
default AGP_APERTURE_SIZE=0x4000000
|
||||
|
||||
if CONFIG_CHIP_NAME
|
||||
config chip.h
|
||||
end
|
||||
config chip.h
|
||||
|
||||
driver northbridge.o
|
||||
driver misc_control.o
|
||||
|
@@ -652,15 +652,11 @@ static struct pci_driver mcf0_driver __pci_driver = {
|
||||
.device = 0x1200,
|
||||
};
|
||||
|
||||
#if CONFIG_CHIP_NAME == 1
|
||||
|
||||
struct chip_operations northbridge_amd_amdfam10_ops = {
|
||||
CHIP_NAME("AMD FAM10 Northbridge")
|
||||
.enable_dev = 0,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
static void pci_domain_read_resources(device_t dev)
|
||||
{
|
||||
struct resource *resource;
|
||||
|
@@ -1,12 +1,9 @@
|
||||
uses CONFIG_CHIP_NAME
|
||||
uses AGP_APERTURE_SIZE
|
||||
uses HAVE_ACPI_TABLES
|
||||
|
||||
default AGP_APERTURE_SIZE=0x4000000
|
||||
|
||||
if CONFIG_CHIP_NAME
|
||||
config chip.h
|
||||
end
|
||||
config chip.h
|
||||
|
||||
driver northbridge.o
|
||||
driver misc_control.o
|
||||
|
@@ -629,15 +629,11 @@ static const struct pci_driver mcf0_driver __pci_driver = {
|
||||
.device = 0x1100,
|
||||
};
|
||||
|
||||
#if CONFIG_CHIP_NAME == 1
|
||||
|
||||
struct chip_operations northbridge_amd_amdk8_ops = {
|
||||
CHIP_NAME("AMD K8 Northbridge")
|
||||
.enable_dev = 0,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
static void pci_domain_read_resources(device_t dev)
|
||||
{
|
||||
struct resource *resource;
|
||||
|
Reference in New Issue
Block a user