Commit 48edb778 authored by Tristan Gingold's avatar Tristan Gingold

Merge remote-tracking branch 'origin/adam-wrpc-v5' into wrpc-v5

Use same pll lock timeout for ertm14 and wr2rf
parents d1a15e14 49833dde
......@@ -32,11 +32,8 @@
#define WR_M_LOCK_TIMEOUT_MS 15000
/* Special case for eRTM14 and wr2rf.
* Where it can take more than 15sec to sync PLL.
* This change is not compliant with WR specification! */
#if CONFIG_TARGET_ERTM14
#define WR_S_LOCK_TIMEOUT_MS 60000
#elif CONFIG_TARGET_WR2RF_VME
* Where it can take more than 15sec to sync PLL */
#if CONFIG_TARGET_ERTM14 || CONFIG_TARGET_WR2RF_VME
#define WR_S_LOCK_TIMEOUT_MS 30000
#else
#define WR_S_LOCK_TIMEOUT_MS 15000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment