[PATCH] fix video console init
Move console_add_output-driver() inside the for() loop 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@3681 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -34,5 +34,6 @@
|
||||
int main(void)
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
halt();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user