For our customization want to disable buddypress cover photo for profile then place the following snippet in functions.php within your theme folder!.
add_filter( 'bp_is_profile_cover_image_active', '__return_false' );
Have any doubt, then comment here!