History log of /rk3399_rockchip-uboot/include/stdio.h (Results 1 – 2 of 2)
Revision Date Author Comments
# c1e72b20 05-May-2019 Joseph Chen <chenjh@rock-chips.com>

dm: console/serial: add flushc() support

Flush console data.

Change-Id: If347b6c8d1126452a1f6386040693b30c66eb5fb
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# 50f8c1b1 16-Sep-2017 Masahiro Yamada <yamada.masahiro@socionext.com>

UPSTREAM: stdio.h: move printf() stuff from <common.h> to <stdio.h>

<common.h> pulls in a lot of headers. Including it from every .c
file is a bad idea. We need to remove contents until it contain

UPSTREAM: stdio.h: move printf() stuff from <common.h> to <stdio.h>

<common.h> pulls in a lot of headers. Including it from every .c
file is a bad idea. We need to remove contents until it contains
nothing.

Move printf() and friends to <stdio.h>.

Change-Id: I7f64296fe6e08bf695e9e274ab0f21e72e36ec48
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 7fea7b1a37ad2b1c1e92bd87f7c6a1877d70e579)

show more ...