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
This commit is contained in:
parent
5eca3489b7
commit
085cb4b4ca
|
@ -39,6 +39,7 @@ uses CONFIG_UDELAY_TSC
|
||||||
uses CONFIG_PCI_ROM_RUN
|
uses CONFIG_PCI_ROM_RUN
|
||||||
uses CONFIG_CONSOLE_VGA
|
uses CONFIG_CONSOLE_VGA
|
||||||
uses CONFIG_MAX_PCI_BUSES
|
uses CONFIG_MAX_PCI_BUSES
|
||||||
|
uses TTYS0_BAUD
|
||||||
|
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## ROM_SIZE is the size of boot ROM that this board will use.
|
||||||
default ROM_SIZE = 256*1024
|
default ROM_SIZE = 256*1024
|
||||||
|
|
Loading…
Reference in New Issue