Log Hafnium's role in system

Function to log Hafnium's role in a system at initialization. It
can be Hypervisor or SPMC. Useful when skimming through the logs of
tests in which both are deployed.

Change-Id: I7ab2f89bc2fbd9fc563113b8190aa92e8f72390e
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/src/init.c b/src/init.c
index a5b48ab..09d503e 100644
--- a/src/init.c
+++ b/src/init.c
@@ -48,7 +48,7 @@
 	/* Make sure the console is initialised before calling dlog. */
 	plat_console_init();
 
-	dlog_notice("Initialising hafnium\n");
+	arch_other_world_log_init();
 
 	mpool_init(&ppool, MM_PPOOL_ENTRY_SIZE);
 	mpool_add_chunk(&ppool, ptable_buf, sizeof(ptable_buf));