next_mode = LUT_RAM_A;
 
        dpp20_power_on_blnd_lut(dpp_base, true);
-       dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A ? true:false);
+       dpp20_configure_blnd_lut(dpp_base, next_mode == LUT_RAM_A);
 
        if (next_mode == LUT_RAM_A)
                dpp20_program_blnd_luta_settings(dpp_base, params);
        else
                next_mode = LUT_RAM_A;
 
-       dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A ? true:false);
+       dpp20_configure_shaper_lut(dpp_base, next_mode == LUT_RAM_A);
 
        if (next_mode == LUT_RAM_A)
                dpp20_program_shaper_luta_settings(dpp_base, params);
 
        else
                next_mode = LUT_RAM_A;
 
-       mpc3_configure_shaper_lut(mpc, next_mode == LUT_RAM_A ? true:false, rmu_idx);
+       mpc3_configure_shaper_lut(mpc, next_mode == LUT_RAM_A, rmu_idx);
 
        if (next_mode == LUT_RAM_A)
                mpc3_program_shaper_luta_settings(mpc, params, rmu_idx);