aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i82810/northbridge.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-30 22:12:59 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-30 22:12:59 +0000
commit3ac400e6e57f2efc8db06b9b3206b253d142c741 (patch)
treedb35cd370855cf37995bebc953ba6781d62b222d /src/northbridge/intel/i82810/northbridge.c
parentb01fe696d495cfd15f861d270c88547aabf1f6c4 (diff)
drop USE_INIT should be USE_PRINTK_IN_CAR here.
uint32_t should be u32 DEBUG_RAM_SETUP was failing on some northbridges Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5338 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/i82810/northbridge.c')
-rw-r--r--src/northbridge/intel/i82810/northbridge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/i82810/northbridge.c b/src/northbridge/intel/i82810/northbridge.c
index 952455a672..5b68046e7e 100644
--- a/src/northbridge/intel/i82810/northbridge.c
+++ b/src/northbridge/intel/i82810/northbridge.c
@@ -208,8 +208,6 @@ static struct device_operations cpu_bus_ops = {
static void enable_dev(struct device *dev)
{
- struct device_path path;
-
/* Set the operations if it is a special bus type */
if (dev->path.type == DEVICE_PATH_PCI_DOMAIN) {
dev->ops = &pci_domain_ops;