Add guard to disable cluster pll init

This commit is contained in:
Manuel Eggimann 2022-03-09 04:03:23 +01:00
parent 1ddf10447c
commit d69fbeff36

View file

@ -65,7 +65,9 @@ void cluster_start(int cid, int (*entry)())
cluster_entry = entry;
// Init FLL
#if __PLATFORM__ != ARCHI_PLATFORM_FPGA && !defined(SKIP_PLL_INIT)
pos_fll_init(POS_FLL_CL);
#endif
// Initialize cluster L1 memory allocator
alloc_init_l1(cid);