# HG changeset patch # User Mychaela Falconia # Date 1465366372 0 # Node ID a13fa419d13b5f7dabb331dad3d67de348155a89 # Parent 52afa170484dabde97d12fd4b1b6776fb048c33a l1_cust.c: Cust_check_system() reconstructed diff -r 52afa170484d -r a13fa419d13b chipsetsw/layer1/cust0/l1_cust.c --- a/chipsetsw/layer1/cust0/l1_cust.c Wed Jun 08 06:08:49 2016 +0000 +++ b/chipsetsw/layer1/cust0/l1_cust.c Wed Jun 08 06:12:52 2016 +0000 @@ -247,9 +247,6 @@ { extern UWORD8 why_big_sleep; #if (CODE_VERSION != SIMULATION) - if (l1_config.pwr_mngt == PWR_MNGT) - { - #if (L2_L3_SIMUL == 0) // Forbid deep sleep if the light is on if(LT_Status()) @@ -276,7 +273,6 @@ // cut ARMIO and UWIRE clocks in big sleep l1s.pw_mgr.modules_status = ARMIO_CLK_CUT | UWIRE_CLK_CUT ; return(FRAME_STOP); // BIG sleep - } #else // Simulation part return(CLOCK_STOP); // DEEP sleep #endif