aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-20 01:08:25 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-20 01:08:25 +0000
commitb297b4901a5e7dd0aa037b184329a0e96722149e (patch)
tree70c1f026eb451d914d50b81f3a42f7c3eb6138f0 /src/southbridge/via
parent012d867f731386309c5678d0d6636e4040b411c5 (diff)
drop dead uart init code.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6523 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via')
-rw-r--r--src/southbridge/via/vt82c686/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/via/vt82c686/chip.h b/src/southbridge/via/vt82c686/chip.h
index 67f65b0d01..8effc737e4 100644
--- a/src/southbridge/via/vt82c686/chip.h
+++ b/src/southbridge/via/vt82c686/chip.h
@@ -28,7 +28,6 @@
extern struct chip_operations superio_via_vt82c686_ops;
struct superio_via_vt82c686_config {
- struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};