coreinfo: Enable serial support

Remove the lines preventing serial + curses thanks to r3370. Trivial.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3371 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jordan Crouse 2008-06-20 00:02:52 +00:00
parent 3b4706591c
commit 7600c48bf4
1 changed files with 0 additions and 3 deletions

View File

@ -269,9 +269,6 @@ int main(void)
{ {
int i, j; int i, j;
curses_enable_serial(0);
curses_enable_vga(1);
initscr(); initscr();
init_pair(1, COLOR_WHITE, COLOR_GREEN); init_pair(1, COLOR_WHITE, COLOR_GREEN);