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:
parent
3b4706591c
commit
7600c48bf4
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue