All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message
@ 2017-03-24 18:10 Philipp Tomsich
  2017-03-26  3:48 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Tomsich @ 2017-03-24 18:10 UTC (permalink / raw)
  To: u-boot

An earlier upstream change contained an unconditional debug message
which would show up as a message similar to the following in the
U-Boot startup (after the ATF and before the U-Boot banner):
      time 159f019, 0

This commit removes this message (instead of making if conditional on
being a debug-build), as it doesn't pertain to any initialisation done
in this file.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

---

 arch/arm/mach-rockchip/rk3399/rk3399.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-rockchip/rk3399/rk3399.c b/arch/arm/mach-rockchip/rk3399/rk3399.c
index cbfd3fa..8bb950e 100644
--- a/arch/arm/mach-rockchip/rk3399/rk3399.c
+++ b/arch/arm/mach-rockchip/rk3399/rk3399.c
@@ -40,6 +40,5 @@ int arch_cpu_init(void)
 	/* Emmc clock generator: disable the clock multipilier */
 	rk_clrreg(GRF_EMMCCORE_CON11, 0x0ff);
 
-	printf("time %x, %x\n", readl(0xff8680a8), readl(0xff8680ac));
 	return 0;
 }
-- 
1.9.1

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

* [U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message
  2017-03-24 18:10 [U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message Philipp Tomsich
@ 2017-03-26  3:48 ` Simon Glass
  2017-04-02  0:05   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2017-03-26  3:48 UTC (permalink / raw)
  To: u-boot

On 24 March 2017 at 12:10, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> An earlier upstream change contained an unconditional debug message
> which would show up as a message similar to the following in the
> U-Boot startup (after the ATF and before the U-Boot banner):
>       time 159f019, 0
>
> This commit removes this message (instead of making if conditional on
> being a debug-build), as it doesn't pertain to any initialisation done
> in this file.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>
> ---
>
>  arch/arm/mach-rockchip/rk3399/rk3399.c | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message
  2017-03-26  3:48 ` Simon Glass
@ 2017-04-02  0:05   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2017-04-02  0:05 UTC (permalink / raw)
  To: u-boot

On 25 March 2017 at 21:48, Simon Glass <sjg@chromium.org> wrote:
> On 24 March 2017 at 12:10, Philipp Tomsich
> <philipp.tomsich@theobroma-systems.com> wrote:
>> An earlier upstream change contained an unconditional debug message
>> which would show up as a message similar to the following in the
>> U-Boot startup (after the ATF and before the U-Boot banner):
>>       time 159f019, 0
>>
>> This commit removes this message (instead of making if conditional on
>> being a debug-build), as it doesn't pertain to any initialisation done
>> in this file.
>>
>> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>>
>> ---
>>
>>  arch/arm/mach-rockchip/rk3399/rk3399.c | 1 -
>>  1 file changed, 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!

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

end of thread, other threads:[~2017-04-02  0:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24 18:10 [U-Boot] [PATCH] rockchip: arm64: rk3399: remove unconditional debug message Philipp Tomsich
2017-03-26  3:48 ` Simon Glass
2017-04-02  0:05   ` Simon Glass

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.