* [PATCH] arm: mach-k3: am62a7: change some prints to debug prints
@ 2023-07-17 23:01 Bryan Brattlof
2023-07-21 23:35 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Bryan Brattlof @ 2023-07-17 23:01 UTC (permalink / raw)
To: Tom Rini
Cc: Praneeth Bajjuri, Vignesh Raghavendra, Udit Kumar,
UBoot Mailing List, Bryan Brattlof
There is little need to print the devstat information or when we exit a
function during a typical boot. Remove them to reduce the noise during
typical operation
Signed-off-by: Bryan Brattlof <bb@ti.com>
---
arch/arm/mach-k3/am62a7_init.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-k3/am62a7_init.c b/arch/arm/mach-k3/am62a7_init.c
index 1f51b04089696..8dd00f018d21d 100644
--- a/arch/arm/mach-k3/am62a7_init.c
+++ b/arch/arm/mach-k3/am62a7_init.c
@@ -174,7 +174,7 @@ void board_init_f(ulong dummy)
setup_qos();
- printf("am62a_init: %s done\n", __func__);
+ debug("am62a_init: %s done\n", __func__);
}
static u32 __get_backup_bootmedia(u32 devstat)
@@ -272,7 +272,7 @@ u32 spl_boot_device(void)
else
bootmedia = __get_backup_bootmedia(devstat);
- printf("am62a_init: %s: devstat = 0x%x bootmedia = 0x%x bootindex = %d\n",
+ debug("am62a_init: %s: devstat = 0x%x bootmedia = 0x%x bootindex = %d\n",
__func__, devstat, bootmedia, bootindex);
return bootmedia;
}
base-commit: 13aa090b87a0fbdfe690011669b9fdb96bb1ccc7
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: mach-k3: am62a7: change some prints to debug prints
2023-07-17 23:01 [PATCH] arm: mach-k3: am62a7: change some prints to debug prints Bryan Brattlof
@ 2023-07-21 23:35 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-07-21 23:35 UTC (permalink / raw)
To: Bryan Brattlof
Cc: Praneeth Bajjuri, Vignesh Raghavendra, Udit Kumar,
UBoot Mailing List
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
On Mon, Jul 17, 2023 at 06:01:33PM -0500, Bryan Brattlof wrote:
> There is little need to print the devstat information or when we exit a
> function during a typical boot. Remove them to reduce the noise during
> typical operation
>
> Signed-off-by: Bryan Brattlof <bb@ti.com>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-21 23:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 23:01 [PATCH] arm: mach-k3: am62a7: change some prints to debug prints Bryan Brattlof
2023-07-21 23:35 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox