From 39b6cc66d670be41d6b51b644beb675f386a4240 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 16 Aug 2018 16:46:06 +0100 Subject: libc: Use printf and snprintf across codebase tf_printf and tf_snprintf are now called printf and snprintf, so the code needs to be updated. Change-Id: Iffeee97afcd6328c4c2d30830d4923b964682d71 Signed-off-by: Antonio Nino Diaz --- lib/libc/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/printf.c') diff --git a/lib/libc/printf.c b/lib/libc/printf.c index a1a80248..4f4a722f 100644 --- a/lib/libc/printf.c +++ b/lib/libc/printf.c @@ -9,7 +9,7 @@ #include /*********************************************************** - * The tf_printf implementation for all BL stages + * The printf implementation for all BL stages ***********************************************************/ #define get_num_va_args(_args, _lcount) \ -- cgit v1.2.3