Commit cbbddffaf7341e2dc5c2139ba9760693dd96d594

Authored by Ji Luo
1 parent 285d7dec6f

MA-15715-1 Refine trusty logs

Refine trusty logs output to make it more
simple.

Test: boots.

Change-Id: Id94fc245206c5f78e0dbcb0baf5db6475c9f744d
Signed-off-by: Ji Luo <ji.luo@nxp.com>
(cherry picked from commit a50b4fca22111fe7b85b5584ff317db55d664c50)

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

include/trusty/util.h
... ... @@ -75,8 +75,7 @@
75 75 */
76 76 #define trusty_info(message, ...) \
77 77 do { \
78   - trusty_printf(trusty_basename(__FILE__)); \
79   - trusty_printf(": INFO "); \
  78 + trusty_printf("INFO "); \
80 79 trusty_printf(message, ##__VA_ARGS__); \
81 80 } while(0)
82 81