]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option
authorJonas Karlman <jonas@kwiboo.se>
Fri, 2 Aug 2024 23:48:44 +0000 (23:48 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 12 Aug 2024 07:44:04 +0000 (15:44 +0800)
With the commit 6afdb1585112 ("dm: core: migrate debug() messages to use
dm_warn") use of DM_WARN/SPL_DM_WARN print a lot of debug messages.

Disable the SPL_DM_WARN Kconfig option to remove verbose logging and
restore normal serial console output during boot.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/nanopi-r5c-rk3568_defconfig
configs/nanopi-r5s-rk3568_defconfig

index 4a6c320faf5ca6c340fee841ec4e18d8e7171f23..8e30093ed9dcc51fb950e782b01924f538628af0 100644 (file)
@@ -35,7 +35,6 @@ CONFIG_CMD_REGULATOR=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_LIVE=y
 CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
-CONFIG_SPL_DM_WARN=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_SPL_REGMAP=y
 CONFIG_SPL_SYSCON=y
index 7ab12e619acfb6f23329a3b7771d1bc95a5e7f1c..e1865b2e1714699fd8980443205caa1f41ff549e 100644 (file)
@@ -35,7 +35,6 @@ CONFIG_CMD_REGULATOR=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_LIVE=y
 CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
-CONFIG_SPL_DM_WARN=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
 CONFIG_SPL_REGMAP=y
 CONFIG_SPL_SYSCON=y