diff options
author | Jonathan McDowell <noodles@earth.li> | 2006-08-02 12:46:13 +0000 |
---|---|---|
committer | Jonathan McDowell <noodles@earth.li> | 2006-08-02 12:46:13 +0000 |
commit | 085cb4b4ca9a51e42f0665850e2cc9879bfbfa76 (patch) | |
tree | 2219d3f2abf3defb5e3af0559fe17b6b22d8887f | |
parent | 5eca3489b7e7feadd2af97835fa6c88db9e38ad9 (diff) |
Allow setting of serial port speed in EPIA-M config file.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2357 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/via/epia-m/Options.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/via/epia-m/Options.lb b/src/mainboard/via/epia-m/Options.lb index 735d4421a0..c1abcbeded 100644 --- a/src/mainboard/via/epia-m/Options.lb +++ b/src/mainboard/via/epia-m/Options.lb @@ -39,6 +39,7 @@ uses CONFIG_UDELAY_TSC uses CONFIG_PCI_ROM_RUN uses CONFIG_CONSOLE_VGA uses CONFIG_MAX_PCI_BUSES +uses TTYS0_BAUD ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE = 256*1024 |