is it bad to atlas large background sprite with the rest?

I have every single sprite in my game atlased into one png. Is that bad? As far as i can see if i have the background separate than it will add +1 drawcall every frame?

I only have one single level and that’s it.

Can’t think why it would be bad. The Atlas is more efficient but are you hitting problems? Unless you do then either way is acceptable.