Replace config_suite_offset = -1 with a constant

When there is no config suite, we use config_suite_offset = -1. But the code would be easier to read if this was a constant, like CONFIG_OFFSET_NO_SUITE.