Add separate boot partition
This commit is contained in:
parent
7de8803032
commit
955546c918
4 changed files with 237 additions and 105 deletions
|
@ -6,9 +6,8 @@ FLASH_PARTS = {
|
|||
'QHYPSTUB': 'qhypstub',
|
||||
}
|
||||
EMMC = 'emmc'
|
||||
EMMCFILE = 'emmc-file'
|
||||
MICROSD = 'microsd'
|
||||
LOCATIONS = [EMMC, EMMCFILE, MICROSD]
|
||||
LOCATIONS = [EMMC, MICROSD]
|
||||
|
||||
JUMPDRIVE = 'jumpdrive'
|
||||
JUMPDRIVE_VERSION = '0.8'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue