Commit bd44dc5
committed
ovmerge: Add "no renumber" option
It can be useful to pre-process and sanitise an overlay without
renumbering the fragments. It's a feature that overlaycheck uses in
order that any error messages refer to the same fragment numbers
that appear in the source files.
Add the option to prevent renumbering using "-N". N.B. There are
situations, such as combining multiple overlays, where not renumbering
may lead to non-functional output. Use with caution.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>1 parent bd817cb commit bd44dc5
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
198 | 203 | | |
199 | 204 | | |
200 | 205 | | |
| |||
267 | 272 | | |
268 | 273 | | |
269 | 274 | | |
270 | | - | |
| 275 | + | |
271 | 276 | | |
272 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
273 | 282 | | |
274 | 283 | | |
275 | | - | |
276 | | - | |
277 | 284 | | |
278 | 285 | | |
279 | 286 | | |
| |||
305 | 312 | | |
306 | 313 | | |
307 | 314 | | |
308 | | - | |
| 315 | + | |
309 | 316 | | |
310 | 317 | | |
311 | 318 | | |
| |||
2171 | 2178 | | |
2172 | 2179 | | |
2173 | 2180 | | |
| 2181 | + | |
2174 | 2182 | | |
2175 | 2183 | | |
2176 | 2184 | | |
| |||
0 commit comments