Re: [U-Boot] [PATCH v1 (WIP) 12/16] [Timer]Replace get_timer() usage in drivers/

2011-06-28 Thread Graeme Russ
Hi Vitaly, On Tue, Jun 28, 2011 at 10:36 PM, Vitaly Kuzmichev wrote: > Hello Graeme, > > Graeme Russ wrote: > [...] >> diff --git a/drivers/fpga/spartan3.c b/drivers/fpga/spartan3.c >> index 1dd6f26..8282a23 100644 >> --- a/drivers/fpga/spartan3.c >> +++ b/drivers/fpga/spartan3.c > [...] >> @@ -2

Re: [U-Boot] [PATCH v1 (WIP) 12/16] [Timer]Replace get_timer() usage in drivers/

2011-06-28 Thread Vitaly Kuzmichev
Hello Graeme, Graeme Russ wrote: [...] > diff --git a/drivers/fpga/spartan3.c b/drivers/fpga/spartan3.c > index 1dd6f26..8282a23 100644 > --- a/drivers/fpga/spartan3.c > +++ b/drivers/fpga/spartan3.c [...] > @@ -233,7 +235,7 @@ static int Spartan3_sp_load (Xilinx_desc * desc, void > *buf, size_t

[U-Boot] [PATCH v1 (WIP) 12/16] [Timer]Replace get_timer() usage in drivers/

2011-06-28 Thread Graeme Russ
Signed-off-by: Graeme Russ --- drivers/fpga/ACEX1K.c |5 ++- drivers/fpga/cyclon2.c|5 ++- drivers/fpga/spartan2.c | 30 +++ drivers/fpga/spartan3.c | 32 + drivers/fpga/virtex2.c| 20 ++