aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-24 12:28:44 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-24 12:28:44 +0000
commitb8e2517055d5f8164c6a4070d1e71c789071fc10 (patch)
treec2ad03b5f159fe5d432b3cb2f35be705f19ddec7 /src/northbridge/intel
parent5f28c09ce54c5dabd0aa4250203d2b38295a1fad (diff)
Every object file with a struct pci_driver ... __pci_driver needs to be marked
as "driver" instead of "object" in order to get the init code actually executed. This patch fixes up all northbridges that did not do this before. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r--src/northbridge/intel/i440bx/Config.lb2
-rw-r--r--src/northbridge/intel/i82810/Config.lb2
-rw-r--r--src/northbridge/intel/i82830/Config.lb2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/northbridge/intel/i440bx/Config.lb b/src/northbridge/intel/i440bx/Config.lb
index 35d179c588..82a05ee265 100644
--- a/src/northbridge/intel/i440bx/Config.lb
+++ b/src/northbridge/intel/i440bx/Config.lb
@@ -19,4 +19,4 @@
##
config chip.h
-object northbridge.o
+driver northbridge.o
diff --git a/src/northbridge/intel/i82810/Config.lb b/src/northbridge/intel/i82810/Config.lb
index e7c975ffa8..e8d57b2fb8 100644
--- a/src/northbridge/intel/i82810/Config.lb
+++ b/src/northbridge/intel/i82810/Config.lb
@@ -19,4 +19,4 @@
##
config chip.h
-object northbridge.o
+driver northbridge.o
diff --git a/src/northbridge/intel/i82830/Config.lb b/src/northbridge/intel/i82830/Config.lb
index 460bd87ed0..d2ccd5d926 100644
--- a/src/northbridge/intel/i82830/Config.lb
+++ b/src/northbridge/intel/i82830/Config.lb
@@ -19,4 +19,4 @@
##
config chip.h
-object northbridge.o
+driver northbridge.o