FreeCalypso > hg > tcs211-l1-reconst
changeset 115:37e5f069671d
l1_init.c: reconstruction complete, matches TCS211 object
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 09 Apr 2016 02:06:03 +0000 |
parents | f489cc385306 |
children | f65c6343ddc7 |
files | chipsetsw/layer1/cfile/l1_init.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 - - -