public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board: arm: bcmstb: Declare get_ticks in timer.h
@ 2018-08-16  1:33 Thomas Fitzsimmons
  2018-08-24 20:10 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Fitzsimmons @ 2018-08-16  1:33 UTC (permalink / raw)
  To: u-boot

In an earlier proposed patch, bcmstb.c implemented timer_read_counter,
but it was updated to implement get_ticks instead.  This patch updates
the declaration in timer.h accordingly.

Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
---
 arch/arm/mach-bcmstb/include/mach/timer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-bcmstb/include/mach/timer.h b/arch/arm/mach-bcmstb/include/mach/timer.h
index d05b4d6..039dd66 100644
--- a/arch/arm/mach-bcmstb/include/mach/timer.h
+++ b/arch/arm/mach-bcmstb/include/mach/timer.h
@@ -8,6 +8,6 @@
 #ifndef _BCMSTB_TIMER_H
 #define _BCMSTB_TIMER_H
 
-unsigned long timer_read_counter(void);
+uint64_t get_ticks(void);
 
 #endif /* _BCMSTB_TIMER_H */
-- 
1.8.3.1

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

* [U-Boot] board: arm: bcmstb: Declare get_ticks in timer.h
  2018-08-16  1:33 [U-Boot] [PATCH] board: arm: bcmstb: Declare get_ticks in timer.h Thomas Fitzsimmons
@ 2018-08-24 20:10 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-08-24 20:10 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 15, 2018 at 09:33:49PM -0400, Thomas Fitzsimmons wrote:

> In an earlier proposed patch, bcmstb.c implemented timer_read_counter,
> but it was updated to implement get_ticks instead.  This patch updates
> the declaration in timer.h accordingly.
> 
> Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180824/40b8f7f4/attachment.sig>

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

end of thread, other threads:[~2018-08-24 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-16  1:33 [U-Boot] [PATCH] board: arm: bcmstb: Declare get_ticks in timer.h Thomas Fitzsimmons
2018-08-24 20:10 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox