mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-09 14:41:44 +02:00
arm: mach-k3: am62a7: change some prints to debug prints
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>
This commit is contained in:
parent
af7c33c103
commit
efda93c6b5
@ -181,7 +181,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)
|
||||
@ -279,7 +279,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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user