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 dingu...@opensource.altera.com Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com You might want to check common/spl/spl.c , which

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 dingu...@opensource.altera.com Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com You might want to check common/spl/spl.c , which implements most of the standard SPL init procedure.

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

2015-01-14 Thread dinguyen
From: Dinh Nguyen dingu...@opensource.altera.com Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com --- 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