* [PATCH] rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option
@ 2024-08-02 23:48 Jonas Karlman
2024-08-05 7:04 ` Quentin Schulz
2024-08-09 9:40 ` Kever Yang
0 siblings, 2 replies; 3+ messages in thread
From: Jonas Karlman @ 2024-08-02 23:48 UTC (permalink / raw)
To: Kever Yang, Simon Glass, Philipp Tomsich, Tianling Shen,
Jonas Karlman, Tom Rini
Cc: u-boot
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>
---
configs/nanopi-r5c-rk3568_defconfig | 1 -
configs/nanopi-r5s-rk3568_defconfig | 1 -
2 files changed, 2 deletions(-)
diff --git a/configs/nanopi-r5c-rk3568_defconfig b/configs/nanopi-r5c-rk3568_defconfig
index 4a6c320faf5c..8e30093ed9dc 100644
--- a/configs/nanopi-r5c-rk3568_defconfig
+++ b/configs/nanopi-r5c-rk3568_defconfig
@@ -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
diff --git a/configs/nanopi-r5s-rk3568_defconfig b/configs/nanopi-r5s-rk3568_defconfig
index 7ab12e619acf..e1865b2e1714 100644
--- a/configs/nanopi-r5s-rk3568_defconfig
+++ b/configs/nanopi-r5s-rk3568_defconfig
@@ -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
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option
2024-08-02 23:48 [PATCH] rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option Jonas Karlman
@ 2024-08-05 7:04 ` Quentin Schulz
2024-08-09 9:40 ` Kever Yang
1 sibling, 0 replies; 3+ messages in thread
From: Quentin Schulz @ 2024-08-05 7:04 UTC (permalink / raw)
To: Jonas Karlman, Kever Yang, Simon Glass, Philipp Tomsich,
Tianling Shen, Tom Rini
Cc: u-boot
Hi Jonas,
On 8/3/24 1:48 AM, Jonas Karlman wrote:
> 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>
Thanks!
Quentin
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option
2024-08-02 23:48 [PATCH] rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option Jonas Karlman
2024-08-05 7:04 ` Quentin Schulz
@ 2024-08-09 9:40 ` Kever Yang
1 sibling, 0 replies; 3+ messages in thread
From: Kever Yang @ 2024-08-09 9:40 UTC (permalink / raw)
To: Jonas Karlman, Simon Glass, Philipp Tomsich, Tianling Shen,
Tom Rini; +Cc: u-boot
On 2024/8/3 07:48, Jonas Karlman wrote:
> 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: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
> ---
> configs/nanopi-r5c-rk3568_defconfig | 1 -
> configs/nanopi-r5s-rk3568_defconfig | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/configs/nanopi-r5c-rk3568_defconfig b/configs/nanopi-r5c-rk3568_defconfig
> index 4a6c320faf5c..8e30093ed9dc 100644
> --- a/configs/nanopi-r5c-rk3568_defconfig
> +++ b/configs/nanopi-r5c-rk3568_defconfig
> @@ -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
> diff --git a/configs/nanopi-r5s-rk3568_defconfig b/configs/nanopi-r5s-rk3568_defconfig
> index 7ab12e619acf..e1865b2e1714 100644
> --- a/configs/nanopi-r5s-rk3568_defconfig
> +++ b/configs/nanopi-r5s-rk3568_defconfig
> @@ -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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-09 9:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 23:48 [PATCH] rockchip: rk3568-nanopi-r5: Disable SPL_DM_WARN Kconfig option Jonas Karlman
2024-08-05 7:04 ` Quentin Schulz
2024-08-09 9:40 ` Kever Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox