Re: [U-Boot] [PATCH v2 1/6] imx: Add get_tbclk() function for imx25

2011-07-13 Thread Stefano Babic
On 07/06/2011 12:28 PM, Matthias Weisser wrote: > Need this function for autoboot keyd > > Signed-off-by: Matthias Weisser > --- > arch/arm/cpu/arm926ejs/mx25/timer.c | 12 > 1 files changed, 12 insertions(+), 0 deletions(-) > Appplied to u-boot-imx, thanks Best regards, Stefan

[U-Boot] [PATCH v2 1/6] imx: Add get_tbclk() function for imx25

2011-07-06 Thread Matthias Weisser
Need this function for autoboot keyd Signed-off-by: Matthias Weisser --- arch/arm/cpu/arm926ejs/mx25/timer.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx25/timer.c b/arch/arm/cpu/arm926ejs/mx25/timer.c index 14f0c2d..7c8a71b 1006