Re: [U-Boot] [PATCH 2/3] arm: imx-common: introduce back usec2ticks

2016-08-24 Thread Gary Bisson
Hi Eric, all, On Tue, Aug 23, 2016 at 05:30:36PM -0700, Eric Nelson wrote: > Hi Gary and Peng, > > On 08/23/2016 02:55 PM, Gary Bisson wrote: > > From: Peng Fan > > > > This commit "2bb014820c49a63902103bac710bc86b5772e843" > > do some clean up to use the code in lib/time.c. > > But usec2ticks

Re: [U-Boot] [PATCH 2/3] arm: imx-common: introduce back usec2ticks

2016-08-23 Thread Eric Nelson
Hi Gary and Peng, On 08/23/2016 02:55 PM, Gary Bisson wrote: > From: Peng Fan > > This commit "2bb014820c49a63902103bac710bc86b5772e843" > do some clean up to use the code in lib/time.c. > But usec2ticks is still being used by security related job ring code. > Bring back the function to avoid bu

[U-Boot] [PATCH 2/3] arm: imx-common: introduce back usec2ticks

2016-08-23 Thread Gary Bisson
From: Peng Fan This commit "2bb014820c49a63902103bac710bc86b5772e843" do some clean up to use the code in lib/time.c. But usec2ticks is still being used by security related job ring code. Bring back the function to avoid build break when CONFIG_FSL_CAAM is defined. The computation logic has been