aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn400
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2010-08-03 15:01:39 +0000
committerMyles Watson <mylesgw@gmail.com>2010-08-03 15:01:39 +0000
commit0362c6d6a7da2fb1ce23da544587bb1aa406e67e (patch)
tree6a80be85c98a58c82a534963831dc5e983c81583 /src/northbridge/via/cn400
parent2d7ff69a036c9878976f983a6f4de37575e87fc4 (diff)
VGA code needs to be refactored before it can be compiled conditionally.
Revert until someone with the boards refactors it. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5681 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/cn400')
-rw-r--r--src/northbridge/via/cn400/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cn400/Makefile.inc b/src/northbridge/via/cn400/Makefile.inc
index 37f8e4f2ef..89bff39862 100644
--- a/src/northbridge/via/cn400/Makefile.inc
+++ b/src/northbridge/via/cn400/Makefile.inc
@@ -20,6 +20,6 @@
driver-y += northbridge.o
driver-y += agp.o
-driver-$(CONFIG_VGA_ROM_RUN) += vga.o
+driver-y += vga.o
driver-y += vlink.o