commit | acda8bbd262634f5a7961d400cc47a49a0c3988d | [log] [tgz] |
---|---|---|
author | Bence Balogh <bence.balogh@arm.com> | Fri Apr 12 08:26:35 2024 +0200 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Fri Apr 12 10:56:46 2024 +0200 |
tree | c126737f9af3dd9e0506e7e7115484fc81fcc706 | |
parent | c900759e6e83f54d1c2856e820a4bcb156e6e357 [diff] |
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>