diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-08-03 15:01:39 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-08-03 15:01:39 +0000 |
commit | 0362c6d6a7da2fb1ce23da544587bb1aa406e67e (patch) | |
tree | 6a80be85c98a58c82a534963831dc5e983c81583 /src/northbridge/via/vt8623 | |
parent | 2d7ff69a036c9878976f983a6f4de37575e87fc4 (diff) | |
download | coreboot-0362c6d6a7da2fb1ce23da544587bb1aa406e67e.tar.xz |
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/vt8623')
-rw-r--r-- | src/northbridge/via/vt8623/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vt8623/Makefile.inc b/src/northbridge/via/vt8623/Makefile.inc index 13cbc723c1..47682ad13d 100644 --- a/src/northbridge/via/vt8623/Makefile.inc +++ b/src/northbridge/via/vt8623/Makefile.inc @@ -19,5 +19,5 @@ ## driver-y += northbridge.o -driver-$(CONFIG_VGA_ROM_RUN) += vga.o +driver-y += vga.o |