From: Ji Luo Date: Thu, 24 Oct 2019 06:06:41 +0000 (+0800) Subject: MA-15715-1 Refine trusty logs X-Git-Tag: rel_imx_4.19.35_1.1.0~14 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7f1d1727853210168d4c86d8714901f015500511;p=u-boot.git 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 --- diff --git a/include/trusty/util.h b/include/trusty/util.h index 72b960eacb..fff81c183e 100644 --- a/include/trusty/util.h +++ b/include/trusty/util.h @@ -75,8 +75,7 @@ const char* trusty_basename(const char* str); */ #define trusty_info(message, ...) \ do { \ - trusty_printf(trusty_basename(__FILE__)); \ - trusty_printf(": INFO "); \ + trusty_printf("INFO "); \ trusty_printf(message, ##__VA_ARGS__); \ } while(0)