s/bootimg/aboot/i

This commit is contained in:
InsanePrawn 2022-02-06 20:36:11 +01:00
parent 1b71a686cd
commit 94cd4b8331
4 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
FASTBOOT = 'fastboot'
FLASH_PARTS = {
'ROOTFS': 'rootfs',
'BOOTIMG': 'bootimg',
'ABOOT': 'aboot',
'LK2ND': 'lk2nd',
'QHYPSTUB': 'qhypstub',
}