gbmap: Tried to adopt the gbmap name more consistently
Having gbmap/bmap used in different places for the same thing was confusing. Preferring gbmap as it is consistent with other gstate (grm queue, gcksums), even if it is a bit noisy. It's interesting to note what didn't change: - The BM* range tags: LFS3_TAG_BMFREE, etc. These already differs from the GBMAP* prefix enough, and adopting GBM* would risk confusion for actual gstate. - The gbmap revdbg string: "bb~r". We don't have enough characters for anything else! - dbgbmap.py/dbgbmapsvg.py. These aren't actually related to the gbmap, so the name difference is a good thing.
This commit is contained in:
@@ -11,7 +11,7 @@ after = [
|
||||
'test_compat',
|
||||
]
|
||||
|
||||
defines.INIT_BLOCKS = 'LFS3_IFDEF_BMAP(3, 2)'
|
||||
defines.INIT_BLOCKS = 'LFS3_IFDEF_GBMAP(3, 2)'
|
||||
|
||||
|
||||
## Single-block badblock tests
|
||||
|
||||
Reference in New Issue
Block a user