comparison chipsetsw/layer1/cfile/l1_func.c @ 104:078763b12477

l1_func.c: dsp_power_on() reconstructed
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Fri, 08 Apr 2016 03:08:34 +0000
parents e3faf217ac9e
children 46b4a7ae4d58
comparison
equal deleted inserted replaced
103:e3faf217ac9e 104:078763b12477
202 /* is not running yet) : */ 202 /* is not running yet) : */
203 /* ==> check string size < 256 !!!!!! */ 203 /* ==> check string size < 256 !!!!!! */
204 /*-------------------------------------------------------*/ 204 /*-------------------------------------------------------*/
205 void dsp_power_on(void) 205 void dsp_power_on(void)
206 { 206 {
207 UWORD16 dsp_start_address =0 ;//omaps00090550 207 UWORD16 dsp_start_address;
208 UWORD16 param_size; 208 UWORD16 param_size;
209 #if IDS 209 #if IDS
210 UWORD16 param_size2; 210 UWORD16 param_size2;
211 #endif 211 #endif
212 212