All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] microblaze: Fix FDT message in boot_prep_linux()
@ 2019-10-21  7:23 Michal Simek
  2019-10-24 11:32 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-10-21  7:23 UTC (permalink / raw)
  To: u-boot

There is no need to show FDT message in regular flow that's why switch it
to debug level.

Fixes: 0905046050b0 ("microblaze: Switch to generic bootm implementation")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/microblaze/lib/bootm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/microblaze/lib/bootm.c b/arch/microblaze/lib/bootm.c
index e8e419d91aa1..01c5d57bc5b0 100644
--- a/arch/microblaze/lib/bootm.c
+++ b/arch/microblaze/lib/bootm.c
@@ -95,7 +95,7 @@ static void boot_jump_linux(bootm_headers_t *images, int flag)
 static void boot_prep_linux(bootm_headers_t *images)
 {
 	if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) {
-		printf("using: FDT\n");
+		debug("using: FDT\n");
 		if (image_setup_linux(images)) {
 			printf("FDT creation failed! hanging...");
 			hang();
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] microblaze: Fix FDT message in boot_prep_linux()
  2019-10-21  7:23 [U-Boot] [PATCH] microblaze: Fix FDT message in boot_prep_linux() Michal Simek
@ 2019-10-24 11:32 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-24 11:32 UTC (permalink / raw)
  To: u-boot

po 21. 10. 2019 v 9:23 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> There is no need to show FDT message in regular flow that's why switch it
> to debug level.
>
> Fixes: 0905046050b0 ("microblaze: Switch to generic bootm implementation")
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/microblaze/lib/bootm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/microblaze/lib/bootm.c b/arch/microblaze/lib/bootm.c
> index e8e419d91aa1..01c5d57bc5b0 100644
> --- a/arch/microblaze/lib/bootm.c
> +++ b/arch/microblaze/lib/bootm.c
> @@ -95,7 +95,7 @@ static void boot_jump_linux(bootm_headers_t *images, int flag)
>  static void boot_prep_linux(bootm_headers_t *images)
>  {
>         if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) {
> -               printf("using: FDT\n");
> +               debug("using: FDT\n");
>                 if (image_setup_linux(images)) {
>                         printf("FDT creation failed! hanging...");
>                         hang();
> --
> 2.17.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21  7:23 [U-Boot] [PATCH] microblaze: Fix FDT message in boot_prep_linux() Michal Simek
2019-10-24 11:32 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.