aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms9282
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-30 21:47:10 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-30 21:47:10 +0000
commit495b92b78739ddc1b5eb3cd610629cfb4d62547f (patch)
tree246014fa819fee9bb370cc4cb55645bed5ca981b /src/mainboard/msi/ms9282
parent0b2f18523aeef277d9790c90fa7345e7565ec09e (diff)
- drop unneeded Makefile.inc
- drop ap_romstage from Fam10 boards, the mechanism was never used on Fam10 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5333 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms9282')
-rw-r--r--src/mainboard/msi/ms9282/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/msi/ms9282/Makefile.inc b/src/mainboard/msi/ms9282/Makefile.inc
index f1bdc81ba9..8f94666961 100644
--- a/src/mainboard/msi/ms9282/Makefile.inc
+++ b/src/mainboard/msi/ms9282/Makefile.inc
@@ -17,9 +17,7 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+# FIXME drivers should be selected through Kconfig
obj-y += ../../../drivers/i2c/i2cmux2/i2cmux2.o
obj-y += ../../../drivers/i2c/adm1027/adm1027.o
-#needed by irq_tables and mptable and acpi_tables
-obj-$(CONFIG_USE_INIT) += romstage.o
-obj-$(CONFIG_AP_CODE_IN_CAR) += ap_romstage.o