From: Feng Tang Date: Sat, 12 Jun 2010 09:04:41 +0000 (+0800) Subject: elflink: comment off the printf provided by core X-Git-Tag: syslinux-5.00-pre1~108^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c1843c6e4558cddf80bc1627144934d45ff8482;p=platform%2Fupstream%2Fsyslinux.git elflink: comment off the printf provided by core --- diff --git a/core/init.inc b/core/init.inc index e06ca96..6c57387 100644 --- a/core/init.inc +++ b/core/init.inc @@ -47,6 +47,7 @@ common_init: ; Now set up screen parameters ; call adjust_screen + pm_call printf_init ; ; CPU-dependent initialization and related checks. diff --git a/core/printf.c b/core/printf.c index b1b0466..5cd3a14 100644 --- a/core/printf.c +++ b/core/printf.c @@ -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; } +*/