Tool/software:
Hello TI,
WE are using Yocto SDK 9.0
Below is power log on console and the most of upper part of the log are u-boot.
We want to hide (not to show) those log on console in order to speed up boot time.
May you guide how to suppress those u-boot log in uboot source code? Thanks.

WE try below but not work:
git diff include/configs/am62x_evm.h
+#define CONFIG_SILENT_CONSOLE
+#define CONFIG_SYS_DEVICE_NULLDEV
+#define CONFIG_SILENT_CONSOLE_UPDATE_ON_RELOC
+#define CONFIG_SILENT_CONSOLE_UPDATE_ON_SET
or
git diff board/ti/am62x/am62x.env
+silent=1