All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: zynq: Do not print message about boot device
@ 2020-03-05 10:13 Michal Simek
  2020-04-06 11:03 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2020-03-05 10:13 UTC (permalink / raw)
  To: u-boot

This information is shown already that's why there is no reason to print it
again via custom prints.

U-Boot SPL 2020.01-03080-ga6214d033bd0 (Mar 05 2020 - 09:59:05 +0100)
mmc boot
Trying to boot from MMC1

or

U-Boot SPL 2020.01-03080-ga6214d033bd0 (Mar 05 2020 - 10:49:46 +0100)
qspi boot
Trying to boot from SPI

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/mach-zynq/spl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-zynq/spl.c b/arch/arm/mach-zynq/spl.c
index e89e46c1038d..02a7dc985475 100644
--- a/arch/arm/mach-zynq/spl.c
+++ b/arch/arm/mach-zynq/spl.c
@@ -45,7 +45,6 @@ u32 spl_boot_device(void)
 	switch ((zynq_slcr_get_boot_mode()) & ZYNQ_BM_MASK) {
 #ifdef CONFIG_SPL_SPI_SUPPORT
 	case ZYNQ_BM_QSPI:
-		puts("qspi boot\n");
 		mode = BOOT_DEVICE_SPI;
 		break;
 #endif
@@ -57,7 +56,6 @@ u32 spl_boot_device(void)
 		break;
 #ifdef CONFIG_SPL_MMC_SUPPORT
 	case ZYNQ_BM_SD:
-		puts("mmc boot\n");
 		mode = BOOT_DEVICE_MMC1;
 		break;
 #endif
-- 
2.25.1

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

* [PATCH] ARM: zynq: Do not print message about boot device
  2020-03-05 10:13 [PATCH] ARM: zynq: Do not print message about boot device Michal Simek
@ 2020-04-06 11:03 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2020-04-06 11:03 UTC (permalink / raw)
  To: u-boot

?t 5. 3. 2020 v 11:13 odes?latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> This information is shown already that's why there is no reason to print it
> again via custom prints.
>
> U-Boot SPL 2020.01-03080-ga6214d033bd0 (Mar 05 2020 - 09:59:05 +0100)
> mmc boot
> Trying to boot from MMC1
>
> or
>
> U-Boot SPL 2020.01-03080-ga6214d033bd0 (Mar 05 2020 - 10:49:46 +0100)
> qspi boot
> Trying to boot from SPI
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/mach-zynq/spl.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/mach-zynq/spl.c b/arch/arm/mach-zynq/spl.c
> index e89e46c1038d..02a7dc985475 100644
> --- a/arch/arm/mach-zynq/spl.c
> +++ b/arch/arm/mach-zynq/spl.c
> @@ -45,7 +45,6 @@ u32 spl_boot_device(void)
>         switch ((zynq_slcr_get_boot_mode()) & ZYNQ_BM_MASK) {
>  #ifdef CONFIG_SPL_SPI_SUPPORT
>         case ZYNQ_BM_QSPI:
> -               puts("qspi boot\n");
>                 mode = BOOT_DEVICE_SPI;
>                 break;
>  #endif
> @@ -57,7 +56,6 @@ u32 spl_boot_device(void)
>                 break;
>  #ifdef CONFIG_SPL_MMC_SUPPORT
>         case ZYNQ_BM_SD:
> -               puts("mmc boot\n");
>                 mode = BOOT_DEVICE_MMC1;
>                 break;
>  #endif
> --
> 2.25.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:[~2020-04-06 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 10:13 [PATCH] ARM: zynq: Do not print message about boot device Michal Simek
2020-04-06 11:03 ` 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.