aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx
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/amd/lx
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/amd/lx')
-rw-r--r--src/northbridge/amd/lx/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/lx/Config.lb b/src/northbridge/amd/lx/Config.lb
index dc7c15962c..9b1d4c2c71 100644
--- a/src/northbridge/amd/lx/Config.lb
+++ b/src/northbridge/amd/lx/Config.lb
@@ -1,4 +1,4 @@
config chip.h
-object northbridge.o
+driver northbridge.o
object northbridgeinit.o
object grphinit.o