summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx
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/i440bx
parent5f28c09ce54c5dabd0aa4250203d2b38295a1fad (diff)
downloadcoreboot-b8e2517055d5f8164c6a4070d1e71c789071fc10.tar.xz
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/i440bx')
-rw-r--r--src/northbridge/intel/i440bx/Config.lb2
1 files changed, 1 insertions, 1 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