remove empty persist image (#479)

* remove

* default but lets be consistent
This commit is contained in:
Maxime Desroches
2025-07-30 17:10:09 -07:00
committed by GitHub
parent 0ad6a57a79
commit 05f3ef38e8
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -32,7 +32,6 @@ GPTS = [
Partition = namedtuple('Partition', ['name', 'path', 'has_ab', 'ota', 'full_check', 'sparse'])
PARTITIONS = [
Partition('persist', FIRMWARE_DIR / 'persist.img', False, False, True, False),
Partition('systemrw', FIRMWARE_DIR / 'systemrw.img', False, False, True, False),
Partition('cache', FIRMWARE_DIR / 'cache.img', False, False, True, False),
Partition('xbl', FIRMWARE_DIR / 'xbl.img', True, True, True, False),