FreeCalypso > hg > tcs211-l1-reconst
changeset 207:a13fa419d13b
l1_cust.c: Cust_check_system() reconstructed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 08 Jun 2016 06:12:52 +0000 |
parents | 52afa170484d |
children | fe1846dee240 |
files | chipsetsw/layer1/cust0/l1_cust.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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