Hi Sonyan,
In general, we don’t recommend disabling the UART log, since it removes an important recovery and debugging channel.
If you still need to disable it, please try to disable the status of /fiq-debugger in device tree. This will stop console output during the kernel and system stages.
For U-Boot, we recommend using CONFIG_SILENT_CONSOLE to silence its output. Thank you.