image: rename aboot to abootimg and rootfs to full

This commit is contained in:
InsanePrawn 2023-06-12 01:10:54 +02:00
parent 407d8893a3
commit 3c9b96f03f
2 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@ from typehelpers import TypeAlias
FASTBOOT = 'fastboot'
FLASH_PARTS = {
'ROOTFS': 'rootfs',
'ABOOT': 'aboot',
'FULL': 'full',
'ABOOT': 'abootimg',
'LK2ND': 'lk2nd',
'QHYPSTUB': 'qhypstub',
}