aboutsummaryrefslogtreecommitdiff
path: root/product/synquacer/module/synquacer_system/src/smmu_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/synquacer/module/synquacer_system/src/smmu_config.c')
-rw-r--r--product/synquacer/module/synquacer_system/src/smmu_config.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/product/synquacer/module/synquacer_system/src/smmu_config.c b/product/synquacer/module/synquacer_system/src/smmu_config.c
index 3df6856d..6b91bba3 100644
--- a/product/synquacer/module/synquacer_system/src/smmu_config.c
+++ b/product/synquacer/module/synquacer_system/src/smmu_config.c
@@ -101,14 +101,12 @@ uint64_t smmu_convert_to_axi_addr(void *addr_cm3view)
void smmu_wrapper_initialize(void)
{
- FWK_LOG_INFO(
- synquacer_system_ctx.log_api, "Configure System MMUs starts\n");
+ FWK_LOG_INFO("Configure System MMUs starts");
/* Basic Configuration */
smmu_wrapper_pcie();
- FWK_LOG_INFO(
- synquacer_system_ctx.log_api, "Configure System MMUs finished\n");
+ FWK_LOG_INFO("Configure System MMUs finished");
}
void smmu_wrapper_pcie(void)