diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-24 12:28:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-24 12:28:44 +0000 |
commit | b8e2517055d5f8164c6a4070d1e71c789071fc10 (patch) | |
tree | c2ad03b5f159fe5d432b3cb2f35be705f19ddec7 /src/northbridge/amd/amdfam10 | |
parent | 5f28c09ce54c5dabd0aa4250203d2b38295a1fad (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/amdfam10')
-rw-r--r-- | src/northbridge/amd/amdfam10/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdfam10/Config.lb b/src/northbridge/amd/amdfam10/Config.lb index 73371412d7..2ddbc6fa26 100644 --- a/src/northbridge/amd/amdfam10/Config.lb +++ b/src/northbridge/amd/amdfam10/Config.lb @@ -27,7 +27,7 @@ if CONFIG_CHIP_NAME config chip.h end -object northbridge.o +driver northbridge.o driver misc_control.o if HAVE_ACPI_TABLES |