Index: TestSupport.c =================================================================== diff -u -r33ece5dbfd9eab92d302f0717ead4a313f574037 -r5477852164955f5840473e8dcaa7573610294503 --- TestSupport.c (.../TestSupport.c) (revision 33ece5dbfd9eab92d302f0717ead4a313f574037) +++ TestSupport.c (.../TestSupport.c) (revision 5477852164955f5840473e8dcaa7573610294503) @@ -539,13 +539,6 @@ // If beta 2.0 config is enabled by mistake when beta 1.0 config is active SET_ALARM_WITH_2_U32_DATA( ALARM_ID_DD_SOFTWARE_FAULT, SW_FAULT_ID_FPGA_INVALID_STATE, config ) } - else - { - // Initialize the blood leak driver since the FPGA registers are changed - initBloodLeak(); - // initialize FPGA registers to Beta 2.0 - initFPGAPerHW( TRUE ); - } } #endif } @@ -571,15 +564,6 @@ { testConfig[ config ] = TEST_CONFIG_DISABLE_KEY; status = TRUE; -#ifdef _DD_ - if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW ) - { - // Initialize the blood leak driver since the FPGA registers are changed - initBloodLeak(); - // initialize FPGA registers to Beta 1.9 or below - initFPGAPerHW( FALSE ); - } -#endif } return status;