arm-trusted-firmware-mediatek: feat(libc): add %c to printf/snprintf
With OpenWrt 23.05 uplift MbedTLS was updated to 2.28.4. MbedTLS commit: 889534a4 ("Fix segfault in mbedtls_oid_get_numeric_string") started using %c snprintf format specifier which was unimplemented in ATF libc snprintf. This resulted in BL2 boot hang for secure boot enabled builds.