Revert "Overriding 'printf'"
This reverts commit 030a47ce46a322beed3f847403caefc4f2815462, which
broke CI with GNU Arm toolchain 7.3.1
Signed-off-by: David Hu <david.hu@arm.com>
Change-Id: I5b006b74e2206ecf7ac33f8b90b5bec3e4f1c8b8
diff --git a/test/framework/test_log.h b/test/framework/test_log.h
index 1fc0b3d..1a80741 100644
--- a/test/framework/test_log.h
+++ b/test/framework/test_log.h
@@ -19,7 +19,7 @@
#endif
#ifdef USE_SP_LOG
-#define TEST_LOG(...) printf(__VA_ARGS__)
+#define TEST_LOG(...) tfm_sp_log_printf(__VA_ARGS__)
#else
#define TEST_LOG(...) tfm_log_printf(__VA_ARGS__)
#endif /* USE_SP_LOG */