image: rename aboot
to abootimg
and rootfs
to full
This commit is contained in:
parent
407d8893a3
commit
3c9b96f03f
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ from typehelpers import TypeAlias
|
|||
|
||||
FASTBOOT = 'fastboot'
|
||||
FLASH_PARTS = {
|
||||
'ROOTFS': 'rootfs',
|
||||
'ABOOT': 'aboot',
|
||||
'FULL': 'full',
|
||||
'ABOOT': 'abootimg',
|
||||
'LK2ND': 'lk2nd',
|
||||
'QHYPSTUB': 'qhypstub',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue