# HG changeset patch # User Mychaela Falconia # Date 1460167563 0 # Node ID 37e5f069671d22b5fed88895f611220be41dfa0c # Parent f489cc385306f09fa96d0631b5ea5f3a2870cc99 l1_init.c: reconstruction complete, matches TCS211 object diff -r f489cc385306 -r 37e5f069671d chipsetsw/layer1/cfile/l1_init.c --- a/chipsetsw/layer1/cfile/l1_init.c Sat Apr 09 02:00:58 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_init.c Sat Apr 09 02:06:03 2016 +0000 @@ -1909,7 +1909,9 @@ drp_efuse_init(); #endif l1_tpu_init(); - wait_ARM_cycles(convert_nanosec_to_cycles(11000000)); // wait of 5.5 msec + #if 0 /* not in TCS211 */ + wait_ARM_cycles(convert_nanosec_to_cycles(11000000)); // wait of 5.5 msec + #endif l1_dsp_init(); l1_initialize_var(); @@ -1932,6 +1934,3 @@ } #endif - - -