sm8350-common: gpt-utils: Add vm-bootsys OTA handling
Add vm-bootsys to list of partitions needed for A/B update handling. Change-Id: Ifa1e94df5dd19b1c09088c4b1c435a2aaa84cc62
This commit is contained in:
parent
0607afb434
commit
e0dcecf95c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2013,2016, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2013,2016,2020 The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are
|
* modification, are permitted provided that the following conditions are
|
||||||
|
@ -80,7 +80,7 @@ extern "C" {
|
||||||
#define AB_SLOT_B_SUFFIX "_b"
|
#define AB_SLOT_B_SUFFIX "_b"
|
||||||
#define PTN_XBL "xbl"
|
#define PTN_XBL "xbl"
|
||||||
#define PTN_XBL_CFG "xbl_config"
|
#define PTN_XBL_CFG "xbl_config"
|
||||||
#define PTN_SWAP_LIST PTN_XBL, PTN_XBL_CFG, "sbl1", "rpm", "tz", "aboot", "abl", "hyp", "lksecapp", "keymaster", "cmnlib", "cmnlib32", "cmnlib64", "pmic", "apdp", "devcfg", "hosd", "keystore", "msadp", "mdtp", "mdtpsecapp", "dsp", "aop", "qupfw", "vbmeta", "dtbo", "imagefv", "ImageFv", "multiimgoem", "multiimgqti", "uefisecapp"
|
#define PTN_SWAP_LIST PTN_XBL, PTN_XBL_CFG, "sbl1", "rpm", "tz", "aboot", "abl", "hyp", "lksecapp", "keymaster", "cmnlib", "cmnlib32", "cmnlib64", "pmic", "apdp", "devcfg", "hosd", "keystore", "msadp", "mdtp", "mdtpsecapp", "dsp", "aop", "qupfw", "vbmeta", "dtbo", "imagefv", "ImageFv", "multiimgoem", "multiimgqti", "uefisecapp", "vm-bootsys"
|
||||||
#define AB_PTN_LIST PTN_SWAP_LIST, "boot", "vendor_boot", "system", "vendor", "odm", "modem", "bluetooth"
|
#define AB_PTN_LIST PTN_SWAP_LIST, "boot", "vendor_boot", "system", "vendor", "odm", "modem", "bluetooth"
|
||||||
#define BOOT_DEV_DIR "/dev/block/bootdevice/by-name"
|
#define BOOT_DEV_DIR "/dev/block/bootdevice/by-name"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue