Test: Duplicate log interface between TF-M and tf-m-tests
SPM and Partitions will use different log api, so there will be no
shared log api under 'interface' folder in future. Duplicate log
interface here for NS usage. The log api is copied from TF-M v1.1.
Change-Id: I1209c57366ee32a1d2a1d4524d156dad7a110d1f
Signed-off-by: Summer Qin <summer.qin@arm.com>
diff --git a/app/main_ns.c b/app/main_ns.c
index fc874bd..53a4f47 100644
--- a/app/main_ns.c
+++ b/app/main_ns.c
@@ -25,7 +25,7 @@
#include "tfm_ns_mailbox.h"
#endif
#include "log/tfm_assert.h"
-#include "log/tfm_log.h"
+#include "tfm_log.h"
#include "uart_stdout.h"
#include "region.h"