Platform: CS1000: Fix printf issue in early init

The fwu_metadata_init() function is called from tfm_hal_platform_init().
At that point the contexts are not set-up correctly and caused a
bootloop after the I3fc948c948379e5a36cc577bdbac7c5f7a2c3d1e fix.

The FWU_LOG_MSG() calls had to be removed from the fwu_metadata_init().

Change-Id: I463ec889d485ce9e5d24e011031ffb9ceac2e3eb
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
2 files changed