elflink: comment off the printf provided by core
authorFeng Tang <feng.tang@intel.com>
Sat, 12 Jun 2010 09:04:41 +0000 (17:04 +0800)
committerFeng Tang <feng.tang@intel.com>
Tue, 20 Jul 2010 03:10:03 +0000 (11:10 +0800)
core/init.inc
core/printf.c

index e06ca96..6c57387 100644 (file)
@@ -47,6 +47,7 @@ common_init:
 ; Now set up screen parameters
 ;
                call adjust_screen
+               pm_call printf_init
 
 ;
 ; CPU-dependent initialization and related checks.
index b1b0466..5cd3a14 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "core.h"
 
+/*
 int printf(const char *format, ...)
 {
     char buf[1024];
@@ -18,3 +19,4 @@ int printf(const char *format, ...)
     return rv;
 
 }
+*/