X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fstdio.h;h=1939a48f0fb61fc5b86a1c806e6e5b0801b22c95;hb=d2e5250be49fce4653689c41a5dc7e2d7e7ecf33;hp=039f7df6892ff93af753275d1593f6c69390c09d;hpb=18261b8552232e342709e69eadec33090a7f04e4;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/stdio.h b/include/stdio.h index 039f7df..1939a48 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -10,9 +10,9 @@ int tstc(void); /* stdout */ #if !defined(CONFIG_SPL_BUILD) || \ - (defined(CONFIG_TPL_BUILD) && defined(CONFIG_TPL_SERIAL_SUPPORT)) || \ + (defined(CONFIG_TPL_BUILD) && defined(CONFIG_TPL_SERIAL)) || \ (defined(CONFIG_SPL_BUILD) && !defined(CONFIG_TPL_BUILD) && \ - defined(CONFIG_SPL_SERIAL_SUPPORT)) + defined(CONFIG_SPL_SERIAL)) void putc(const char c); void puts(const char *s); int __printf(1, 2) printf(const char *fmt, ...);