Re: [U-Boot] [PATCHv1 08/22] arm: socfpga: spl: Add call to timer_init

2015-02-04 Thread Dinh Nguyen
On 1/14/15 5:45 PM, Marek Vasut wrote: > On Wednesday, January 14, 2015 at 05:40:48 PM, dingu...@opensource.altera.com > wrote: >> From: Dinh Nguyen >> >> Signed-off-by: Dinh Nguyen > > You might want to check common/spl/spl.c , which implements most of the > standard > SPL init procedure. I

Re: [U-Boot] [PATCHv1 08/22] arm: socfpga: spl: Add call to timer_init

2015-01-14 Thread Marek Vasut
On Wednesday, January 14, 2015 at 05:40:48 PM, dingu...@opensource.altera.com wrote: > From: Dinh Nguyen > > Signed-off-by: Dinh Nguyen You might want to check common/spl/spl.c , which implements most of the standard SPL init procedure. It even includes the call to timer_init() there in board

[U-Boot] [PATCHv1 08/22] arm: socfpga: spl: Add call to timer_init

2015-01-14 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen --- arch/arm/cpu/armv7/socfpga/spl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/cpu/armv7/socfpga/spl.c b/arch/arm/cpu/armv7/socfpga/spl.c index b123336..bc6f8dd 100644 --- a/arch/arm/cpu/armv7/socfpga/spl.c +++ b/arch/arm/cpu/arm