From b8e2517055d5f8164c6a4070d1e71c789071fc10 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 24 Mar 2009 12:28:44 +0000 Subject: 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 Acked-by: Joseph Smith git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/amdk8') diff --git a/src/northbridge/amd/amdk8/Config.lb b/src/northbridge/amd/amdk8/Config.lb index d0de06740e..99bb337963 100644 --- a/src/northbridge/amd/amdk8/Config.lb +++ b/src/northbridge/amd/amdk8/Config.lb @@ -8,7 +8,7 @@ if CONFIG_CHIP_NAME config chip.h end -object northbridge.o +driver northbridge.o driver misc_control.o makerule raminit_test -- cgit v1.2.3