Added partitions to backed-up partitions list

Added partitions to the list the names of the
backed-up partitions to be swapped

Change-Id: I70a2a3d5e73bf5878c93d1ac03ab07bc49bc09f1
This commit is contained in:
Maunik Shah 2015-12-02 15:23:24 +05:30
parent 861539568f
commit d021fed59c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#define UFS_DEV_DIR "/dev/block/sda"
#define BOOT_DEV_DIR "/dev/block/bootdevice/by-name"
/* list the names of the backed-up partitions to be swapped */
#define PTN_SWAP_LIST "sbl1", "rpm", "tz", "aboot", "hyp", "lksecapp", "keymaster", "cmnlib", "cmnlib64", "pmic"
#define PTN_SWAP_LIST "sbl1", "rpm", "tz", "aboot", "hyp", "lksecapp", "keymaster", "cmnlib", "cmnlib64", "pmic", "devcfg"
/* extension used for the backup partitions - tzbak, abootbak, etc. */
#define BAK_PTN_NAME_EXT "bak"