]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: arm64: rk3399: remove unconditional debug message
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 24 Mar 2017 18:10:52 +0000 (19:10 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commit91ce39b5af468451b9cf47db28093d21ea0b2606
treea5b5c560b5d230cbd321bcc43071cbcb7f20384b
parent168830f42fe21f385120234daf4ef702c12dfed8
rockchip: arm64: rk3399: remove unconditional debug message

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>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3399/rk3399.c