@@ -41,7 +41,7 @@ void imx_configure_tzasc(void)
41
41
region = tzc_auto_configure (CFG_SHMEM_START , CFG_SHMEM_SIZE ,
42
42
TZC_ATTR_SP_ALL , region );
43
43
44
- DMSG ("Action register: %xl" , tzc_get_action ());
44
+ DMSG ("Action register: 0x%" PRIx32 , tzc_get_action ());
45
45
}
46
46
47
47
#elif (defined(PLATFORM_FLAVOR_mx6qsabresd ) \
@@ -71,7 +71,7 @@ void imx_configure_tzasc(void)
71
71
region = tzc_auto_configure (CFG_SHMEM_START , CFG_SHMEM_SIZE ,
72
72
TZC_ATTR_SP_ALL , region );
73
73
74
- DMSG ("Action register: %xl" , tzc_get_action ());
74
+ DMSG ("Action register: 0x%" PRIx32 , tzc_get_action ());
75
75
}
76
76
}
77
77
#elif (defined(PLATFORM_FLAVOR_imx8mqevk ) \
@@ -98,7 +98,7 @@ void imx_configure_tzasc(void)
98
98
region = tzc_auto_configure (CFG_SHMEM_START - CFG_DRAM_BASE ,
99
99
CFG_SHMEM_SIZE , TZC_ATTR_SP_ALL , region );
100
100
101
- DMSG ("Action register: %xl" , tzc_get_action ());
101
+ DMSG ("Action register: 0x%" PRIx32 , tzc_get_action ());
102
102
}
103
103
#else
104
104
#error "No TZASC configuration defined"
0 commit comments